Shades of Ochre #C7752B
Tints of Ochre #C7752B
RGB
CMYK
RGB Variations
Color information
#C7752B (or 0xC7752B) is known color: Ochre. HEX triplet: C7, 75 and 2B. RGB value is (199,117,43). Sum of RGB (Red+Green+Blue) = 199+117+43=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7752B is #388AD4. Grayscale: #858585. Windows color (decimal): -3705557 or 2848199. OLE color: 2848199.
HSL color Cylindrical-coordinate representation of color #C7752B: hue angle of 28.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7752B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.22 |
| HSL | 28.46º | 0.64% | 0.47% | - |
| HSV(B) | 28.46º | 0.78% | 0.78% | - |
| XYZ | 30.35 | 25.04 | 5.52 | - |
| YUV | 133.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 43 | 0 | 0.41 | 0.78 | 0.22 | 28.46 | 0.64 | 0.47 |
| Hex | C7 | 75 | 2B | 0 | 29 | 4E | 16 | 1C | 40 | 2F |
| Octal | 307 | 165 | 53 | 0 | 51 | 116 | 26 | 34 | 100 | 57 |
| Binary | 11000111 | 1110101 | 101011 | 0 | 101001 | 1001110 | 10110 | 11100 | 1000000 | 101111 |
Color Harmonies of #C7752B
Complementary color
Monochromatic Colors of #C7752B
Black with #C7752B
Text Example
Text Example
White with #C7752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7752B; }
p { color: rgb(199,117,43); }
H1.HeaderClassName
{
color: #C7752B;
}
.AnyTagClassName
{
color: #C7752B;
}
</style>
background-color css
<style>
a { background-color: #C7752B; }
a { background-color: rgb(199,117,43); }
div.DivClassName
{
background-color: #C7752B;
}
.BgClassName
{
background-color: #C7752B;
}
</style>
border-color css
<style>
span { border-color: #C7752B; }
span { border-color: rgb(199,117,43); }
td.TdClassName
{
border-color: #C7752B;
}
.TagClassName
{
border-color: #C7752B;
}
</style>