Shades of Ochre #C7762C
Tints of Ochre #C7762C
RGB
CMYK
RGB Variations
Color information
#C7762C (or 0xC7762C) is known color: Ochre. HEX triplet: C7, 76 and 2C. RGB value is (199,118,44). Sum of RGB (Red+Green+Blue) = 199+118+44=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7762C is #3889D3. Grayscale: #868686. Windows color (decimal): -3705300 or 2913991. OLE color: 2913991.
HSL color Cylindrical-coordinate representation of color #C7762C: hue angle of 28.65º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7762C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.22 |
| HSL | 28.65º | 0.64% | 0.48% | - |
| HSV(B) | 28.65º | 0.78% | 0.78% | - |
| XYZ | 30.49 | 25.28 | 5.66 | - |
| YUV | 133.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 44 | 0 | 0.41 | 0.78 | 0.22 | 28.65 | 0.64 | 0.48 |
| Hex | C7 | 76 | 2C | 0 | 29 | 4E | 16 | 1D | 40 | 30 |
| Octal | 307 | 166 | 54 | 0 | 51 | 116 | 26 | 35 | 100 | 60 |
| Binary | 11000111 | 1110110 | 101100 | 0 | 101001 | 1001110 | 10110 | 11101 | 1000000 | 110000 |
Color Harmonies of #C7762C
Complementary color
Monochromatic Colors of #C7762C
Black with #C7762C
Text Example
Text Example
White with #C7762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7762C; }
p { color: rgb(199,118,44); }
H1.HeaderClassName
{
color: #C7762C;
}
.AnyTagClassName
{
color: #C7762C;
}
</style>
background-color css
<style>
a { background-color: #C7762C; }
a { background-color: rgb(199,118,44); }
div.DivClassName
{
background-color: #C7762C;
}
.BgClassName
{
background-color: #C7762C;
}
</style>
border-color css
<style>
span { border-color: #C7762C; }
span { border-color: rgb(199,118,44); }
td.TdClassName
{
border-color: #C7762C;
}
.TagClassName
{
border-color: #C7762C;
}
</style>