Html Css Color HEX #CC7722 Ochre

📋 copy color: '#CC7722'

red 204 ◦ green 119 ◦ blue 34

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

Shades of Ochre #CC7722

Tints of Ochre #CC7722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 57.14%
G = 33.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7722 (or 0xCC7722) is known color: Ochre. HEX triplet: CC, 77 and 22. RGB value is (204,119,34). Sum of RGB (Red+Green+Blue) = 204+119+34=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7722 is #3388DD. Grayscale: #878787. Windows color (decimal): -3377374 or 2258892. OLE color: 2258892.

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

Color convert

RGB 204 119 34 -
CMYK 0 0.42 0.83 0.2
HSL 30º 0.71% 0.47% -
HSV(B) 30º 0.83% 0.8% -
XYZ 31.79 26.15 4.88 -
YUV 134.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 204 119 34 0 0.42 0.83 0.2 30 0.71 0.47
Hex CC 77 22 0 2A 53 14 1E 47 2F
Octal 314 167 42 0 52 123 24 36 107 57
Binary 11001100 1110111 100010 0 101010 1010011 10100 11110 1000111 101111

Color Harmonies of #CC7722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7722

Black with #CC7722

Text Example


Text Example

White with #CC7722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7722; }

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

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

background-color css

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

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

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

border-color css

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

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

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