Shades of Ochre #C7780D
Tints of Ochre #C7780D
RGB
CMYK
RGB Variations
Color information
#C7780D (or 0xC7780D) is known color: Ochre. HEX triplet: C7, 78 and 0D. RGB value is (199,120,13). Sum of RGB (Red+Green+Blue) = 199+120+13=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7780D is #3887F2. Grayscale: #838383. Windows color (decimal): -3704819 or 882887. OLE color: 882887.
HSL color Cylindrical-coordinate representation of color #C7780D: hue angle of 34.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7780D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.22 |
| HSL | 34.52º | 0.88% | 0.42% | - |
| HSV(B) | 34.52º | 0.93% | 0.78% | - |
| XYZ | 30.34 | 25.6 | 3.72 | - |
| YUV | 131.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 13 | 0 | 0.40 | 0.93 | 0.22 | 34.52 | 0.88 | 0.42 |
| Hex | C7 | 78 | D | 0 | 28 | 5D | 16 | 23 | 58 | 2A |
| Octal | 307 | 170 | 15 | 0 | 50 | 135 | 26 | 43 | 130 | 52 |
| Binary | 11000111 | 1111000 | 1101 | 0 | 101000 | 1011101 | 10110 | 100011 | 1011000 | 101010 |
Color Harmonies of #C7780D
Complementary color
Monochromatic Colors of #C7780D
Black with #C7780D
Text Example
Text Example
White with #C7780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7780D; }
p { color: rgb(199,120,13); }
H1.HeaderClassName
{
color: #C7780D;
}
.AnyTagClassName
{
color: #C7780D;
}
</style>
background-color css
<style>
a { background-color: #C7780D; }
a { background-color: rgb(199,120,13); }
div.DivClassName
{
background-color: #C7780D;
}
.BgClassName
{
background-color: #C7780D;
}
</style>
border-color css
<style>
span { border-color: #C7780D; }
span { border-color: rgb(199,120,13); }
td.TdClassName
{
border-color: #C7780D;
}
.TagClassName
{
border-color: #C7780D;
}
</style>