Shades of Ochre #C7751A
Tints of Ochre #C7751A
RGB
CMYK
RGB Variations
Color information
#C7751A (or 0xC7751A) is known color: Ochre. HEX triplet: C7, 75 and 1A. RGB value is (199,117,26). Sum of RGB (Red+Green+Blue) = 199+117+26=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7751A is #388AE5. Grayscale: #838383. Windows color (decimal): -3705574 or 1734087. OLE color: 1734087.
HSL color Cylindrical-coordinate representation of color #C7751A: hue angle of 31.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7751A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.22 |
| HSL | 31.56º | 0.77% | 0.44% | - |
| HSV(B) | 31.56º | 0.87% | 0.78% | - |
| XYZ | 30.1 | 24.94 | 4.2 | - |
| YUV | 131.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 26 | 0 | 0.41 | 0.87 | 0.22 | 31.56 | 0.77 | 0.44 |
| Hex | C7 | 75 | 1A | 0 | 29 | 57 | 16 | 20 | 4D | 2C |
| Octal | 307 | 165 | 32 | 0 | 51 | 127 | 26 | 40 | 115 | 54 |
| Binary | 11000111 | 1110101 | 11010 | 0 | 101001 | 1010111 | 10110 | 100000 | 1001101 | 101100 |
Color Harmonies of #C7751A
Complementary color
Monochromatic Colors of #C7751A
Black with #C7751A
Text Example
Text Example
White with #C7751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7751A; }
p { color: rgb(199,117,26); }
H1.HeaderClassName
{
color: #C7751A;
}
.AnyTagClassName
{
color: #C7751A;
}
</style>
background-color css
<style>
a { background-color: #C7751A; }
a { background-color: rgb(199,117,26); }
div.DivClassName
{
background-color: #C7751A;
}
.BgClassName
{
background-color: #C7751A;
}
</style>
border-color css
<style>
span { border-color: #C7751A; }
span { border-color: rgb(199,117,26); }
td.TdClassName
{
border-color: #C7751A;
}
.TagClassName
{
border-color: #C7751A;
}
</style>