#C77F3C

Color #C77F3C Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C77F3C

Tints of Golden Bell #C77F3C

Color information

#C77F3C (or 0xC77F3C) is unknown color: approx Golden Bell. HEX triplet: C7, 7F and 3C. RGB value is (199,127,60). Sum of RGB (Red+Green+Blue) = 199+127+60=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3C is #3880C3. Grayscale: #8D8D8D. Windows color (decimal): -3702980 or 3964871. OLE color: 3964871.

HSL color Cylindrical-coordinate representation of color #C77F3C: hue angle of 28.92º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C77F3C is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19912760-
CMYK00.360.700.22
HSL28.92º55.38%50.78%-
HSV(B)28.92º69.85%78.04%-
XYZ31.9627.657.93-
YUV140.8982.35169.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=51.55%
G=32.90%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991276000.360.700.2228.9255.3850.78
HexC77F3C02446161d3733
Octal3071777404410626356763
Binary110001111111111111100010010010001101011011101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F3C; }

 p { color: rgb(199,127,60); }

 H1.HeaderClassName
 {
   color: #C77F3C;
 }
 .AnyTagClassName
 {
   color: #C77F3C;
 }
</style>
background-color css

<style>
 a { background-color: #C77F3C; }

 a { background-color: rgb(199,127,60); }

 div.DivClassName
 {
   background-color: #C77F3C;
 }
 .BgClassName
 {
   background-color: #C77F3C;
 }
</style>
border-color css

<style>
 span { border-color: #C77F3C; }

 span { border-color: rgb(199,127,60); }

 td.TdClassName
 {
   border-color: #C77F3C;
 }
 .TagClassName
 {
   border-color: #C77F3C;
 }
</style>