#cc7710

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

Shades of Ochre #CC7710

Tints of Ochre #CC7710

Color information

#CC7710 (or 0xCC7710) is unknown color: approx Ochre. HEX triplet: CC, 77 and 10. RGB value is (204,119,16). Sum of RGB (Red+Green+Blue) = 204+119+16=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7710 is #3388EF. Grayscale: #858585. Windows color (decimal): -3377392 or 1079244. OLE color: 1079244.

HSL color Cylindrical-coordinate representation of color #CC7710: hue angle of 32.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7710 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20411916-
CMYK00.420.920.2
HSL32.87º85.45%43.14%-
HSV(B)32.87º92.16%80%-
XYZ31.5926.073.86-
YUV132.6762.16178.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=60.18%
G=35.10%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041191600.420.920.232.8785.4543.14
HexCC771002A5C1421552b
Octal31416720052134244112553
Binary1100110011101111000001010101011100101001000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7710; }

 p { color: rgb(204,119,16); }

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

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

 a { background-color: rgb(204,119,16); }

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

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

 span { border-color: rgb(204,119,16); }

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