Html Css Color HEX #CC7728 Ochre

📋 copy color: '#CC7728'

red 204 ◦ green 119 ◦ blue 40

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

Shades of Ochre #CC7728

Tints of Ochre #CC7728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 56.2%
G = 32.78%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC7728 (or 0xCC7728) is known color: Ochre. HEX triplet: CC, 77 and 28. RGB value is (204,119,40). Sum of RGB (Red+Green+Blue) = 204+119+40=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7728 is #3388D7. Grayscale: #878787. Windows color (decimal): -3377368 or 2652108. OLE color: 2652108.

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

Color convert

RGB 204 119 40 -
CMYK 0 0.42 0.80 0.2
HSL 28.9º 0.67% 0.48% -
HSV(B) 28.9º 0.8% 0.8% -
XYZ 31.88 26.18 5.38 -
YUV 135.41 74.16 176.92 -
System Red Green Blue C M Y K H S L
Decimal 204 119 40 0 0.42 0.80 0.2 28.9 0.67 0.48
Hex CC 77 28 0 2A 50 14 1D 43 30
Octal 314 167 50 0 52 120 24 35 103 60
Binary 11001100 1110111 101000 0 101010 1010000 10100 11101 1000011 110000

Color Harmonies of #CC7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7728

Black with #CC7728

Text Example


Text Example

White with #CC7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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