Shades of Ochre #CC7721
Tints of Ochre #CC7721
RGB
CMYK
RGB Variations
Color information
#CC7721 (or 0xCC7721) is known color: Ochre. HEX triplet: CC, 77 and 21. RGB value is (204,119,33). Sum of RGB (Red+Green+Blue) = 204+119+33=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7721 is #3388DE. Grayscale: #878787. Windows color (decimal): -3377375 or 2193356. OLE color: 2193356.
HSL color Cylindrical-coordinate representation of color #CC7721: hue angle of 30.18º degrees, saturation: 0.72, 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 #CC7721 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 33 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.2 |
| HSL | 30.18º | 0.72% | 0.46% | - |
| HSV(B) | 30.18º | 0.84% | 0.8% | - |
| XYZ | 31.77 | 26.14 | 4.81 | - |
| YUV | 134.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 33 | 0 | 0.42 | 0.84 | 0.2 | 30.18 | 0.72 | 0.46 |
| Hex | CC | 77 | 21 | 0 | 2A | 54 | 14 | 1E | 48 | 2E |
| Octal | 314 | 167 | 41 | 0 | 52 | 124 | 24 | 36 | 110 | 56 |
| Binary | 11001100 | 1110111 | 100001 | 0 | 101010 | 1010100 | 10100 | 11110 | 1001000 | 101110 |
Color Harmonies of #CC7721
Complementary color
Monochromatic Colors of #CC7721
Black with #CC7721
Text Example
Text Example
White with #CC7721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7721; }
p { color: rgb(204,119,33); }
H1.HeaderClassName
{
color: #CC7721;
}
.AnyTagClassName
{
color: #CC7721;
}
</style>
background-color css
<style>
a { background-color: #CC7721; }
a { background-color: rgb(204,119,33); }
div.DivClassName
{
background-color: #CC7721;
}
.BgClassName
{
background-color: #CC7721;
}
</style>
border-color css
<style>
span { border-color: #CC7721; }
span { border-color: rgb(204,119,33); }
td.TdClassName
{
border-color: #CC7721;
}
.TagClassName
{
border-color: #CC7721;
}
</style>