Html Css Color HEX #CC7720 Ochre

📋 copy color: '#CC7720'

red 204 ◦ green 119 ◦ blue 32

#CC7720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7720

Tints of Ochre #CC7720

RGB

 RED value IS 204 (80.08% from 255) = 57.46%

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 57.46%
G = 33.52%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7720 (or 0xCC7720) is known color: Ochre. HEX triplet: CC, 77 and 20. RGB value is (204,119,32). Sum of RGB (Red+Green+Blue) = 204+119+32=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7720 is #3388DF. Grayscale: #868686. Windows color (decimal): -3377376 or 2127820. OLE color: 2127820.

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

Color convert

RGB 204 119 32 -
CMYK 0 0.42 0.84 0.2
HSL 30.35º 0.73% 0.46% -
HSV(B) 30.35º 0.84% 0.8% -
XYZ 31.76 26.14 4.74 -
YUV 134.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 204 119 32 0 0.42 0.84 0.2 30.35 0.73 0.46
Hex CC 77 20 0 2A 54 14 1E 49 2E
Octal 314 167 40 0 52 124 24 36 111 56
Binary 11001100 1110111 100000 0 101010 1010100 10100 11110 1001001 101110

Color Harmonies of #CC7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7720

Black with #CC7720

Text Example


Text Example

White with #CC7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7720; }

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

 H1.HeaderClassName
 {
   color: #CC7720;
 }
 .AnyTagClassName
 {
   color: #CC7720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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