Shades of Ochre #C7781F
Tints of Ochre #C7781F
RGB
CMYK
RGB Variations
Color information
#C7781F (or 0xC7781F) is known color: Ochre. HEX triplet: C7, 78 and 1F. RGB value is (199,120,31). Sum of RGB (Red+Green+Blue) = 199+120+31=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7781F is #3887E0. Grayscale: #858585. Windows color (decimal): -3704801 or 2062535. OLE color: 2062535.
HSL color Cylindrical-coordinate representation of color #C7781F: hue angle of 31.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7781F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 31 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.22 |
| HSL | 31.79º | 0.73% | 0.45% | - |
| HSV(B) | 31.79º | 0.84% | 0.78% | - |
| XYZ | 30.52 | 25.67 | 4.64 | - |
| YUV | 133.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 31 | 0 | 0.40 | 0.84 | 0.22 | 31.79 | 0.73 | 0.45 |
| Hex | C7 | 78 | 1F | 0 | 28 | 54 | 16 | 20 | 49 | 2D |
| Octal | 307 | 170 | 37 | 0 | 50 | 124 | 26 | 40 | 111 | 55 |
| Binary | 11000111 | 1111000 | 11111 | 0 | 101000 | 1010100 | 10110 | 100000 | 1001001 | 101101 |
Color Harmonies of #C7781F
Complementary color
Monochromatic Colors of #C7781F
Black with #C7781F
Text Example
Text Example
White with #C7781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7781F; }
p { color: rgb(199,120,31); }
H1.HeaderClassName
{
color: #C7781F;
}
.AnyTagClassName
{
color: #C7781F;
}
</style>
background-color css
<style>
a { background-color: #C7781F; }
a { background-color: rgb(199,120,31); }
div.DivClassName
{
background-color: #C7781F;
}
.BgClassName
{
background-color: #C7781F;
}
</style>
border-color css
<style>
span { border-color: #C7781F; }
span { border-color: rgb(199,120,31); }
td.TdClassName
{
border-color: #C7781F;
}
.TagClassName
{
border-color: #C7781F;
}
</style>