Html Css Color HEX #CC7726 Ochre

📋 copy color: '#CC7726'

red 204 ◦ green 119 ◦ blue 38

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

Shades of Ochre #CC7726

Tints of Ochre #CC7726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 56.51%
G = 32.96%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7726 (or 0xCC7726) is known color: Ochre. HEX triplet: CC, 77 and 26. RGB value is (204,119,38). Sum of RGB (Red+Green+Blue) = 204+119+38=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7726 is #3388D9. Grayscale: #878787. Windows color (decimal): -3377370 or 2521036. OLE color: 2521036.

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

Color convert

RGB 204 119 38 -
CMYK 0 0.42 0.81 0.2
HSL 29.28º 0.69% 0.47% -
HSV(B) 29.28º 0.81% 0.8% -
XYZ 31.85 26.17 5.21 -
YUV 135.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 204 119 38 0 0.42 0.81 0.2 29.28 0.69 0.47
Hex CC 77 26 0 2A 51 14 1D 45 2F
Octal 314 167 46 0 52 121 24 35 105 57
Binary 11001100 1110111 100110 0 101010 1010001 10100 11101 1000101 101111

Color Harmonies of #CC7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7726

Black with #CC7726

Text Example


Text Example

White with #CC7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7726; }

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

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

background-color css

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

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

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

border-color css

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

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

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