Shades of Ochre #C7761C
Tints of Ochre #C7761C
RGB
CMYK
RGB Variations
Color information
#C7761C (or 0xC7761C) is known color: Ochre. HEX triplet: C7, 76 and 1C. RGB value is (199,118,28). Sum of RGB (Red+Green+Blue) = 199+118+28=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7761C is #3889E3. Grayscale: #848484. Windows color (decimal): -3705316 or 1865415. OLE color: 1865415.
HSL color Cylindrical-coordinate representation of color #C7761C: hue angle of 31.58º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7761C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.22 |
| HSL | 31.58º | 0.75% | 0.45% | - |
| HSV(B) | 31.58º | 0.86% | 0.78% | - |
| XYZ | 30.24 | 25.18 | 4.37 | - |
| YUV | 131.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 28 | 0 | 0.41 | 0.86 | 0.22 | 31.58 | 0.75 | 0.45 |
| Hex | C7 | 76 | 1C | 0 | 29 | 56 | 16 | 20 | 4B | 2D |
| Octal | 307 | 166 | 34 | 0 | 51 | 126 | 26 | 40 | 113 | 55 |
| Binary | 11000111 | 1110110 | 11100 | 0 | 101001 | 1010110 | 10110 | 100000 | 1001011 | 101101 |
Color Harmonies of #C7761C
Complementary color
Monochromatic Colors of #C7761C
Black with #C7761C
Text Example
Text Example
White with #C7761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7761C; }
p { color: rgb(199,118,28); }
H1.HeaderClassName
{
color: #C7761C;
}
.AnyTagClassName
{
color: #C7761C;
}
</style>
background-color css
<style>
a { background-color: #C7761C; }
a { background-color: rgb(199,118,28); }
div.DivClassName
{
background-color: #C7761C;
}
.BgClassName
{
background-color: #C7761C;
}
</style>
border-color css
<style>
span { border-color: #C7761C; }
span { border-color: rgb(199,118,28); }
td.TdClassName
{
border-color: #C7761C;
}
.TagClassName
{
border-color: #C7761C;
}
</style>