Shades of Ochre #C7730F
Tints of Ochre #C7730F
RGB
CMYK
RGB Variations
Color information
#C7730F (or 0xC7730F) is known color: Ochre. HEX triplet: C7, 73 and 0F. RGB value is (199,115,15). Sum of RGB (Red+Green+Blue) = 199+115+15=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7730F is #388CF0. Grayscale: #818181. Windows color (decimal): -3706097 or 1012679. OLE color: 1012679.
HSL color Cylindrical-coordinate representation of color #C7730F: hue angle of 32.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7730F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.22 |
| HSL | 32.61º | 0.86% | 0.42% | - |
| HSV(B) | 32.61º | 0.92% | 0.78% | - |
| XYZ | 29.77 | 24.44 | 3.6 | - |
| YUV | 128.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 15 | 0 | 0.42 | 0.92 | 0.22 | 32.61 | 0.86 | 0.42 |
| Hex | C7 | 73 | F | 0 | 2A | 5C | 16 | 21 | 56 | 2A |
| Octal | 307 | 163 | 17 | 0 | 52 | 134 | 26 | 41 | 126 | 52 |
| Binary | 11000111 | 1110011 | 1111 | 0 | 101010 | 1011100 | 10110 | 100001 | 1010110 | 101010 |
Color Harmonies of #C7730F
Complementary color
Monochromatic Colors of #C7730F
Black with #C7730F
Text Example
Text Example
White with #C7730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7730F; }
p { color: rgb(199,115,15); }
H1.HeaderClassName
{
color: #C7730F;
}
.AnyTagClassName
{
color: #C7730F;
}
</style>
background-color css
<style>
a { background-color: #C7730F; }
a { background-color: rgb(199,115,15); }
div.DivClassName
{
background-color: #C7730F;
}
.BgClassName
{
background-color: #C7730F;
}
</style>
border-color css
<style>
span { border-color: #C7730F; }
span { border-color: rgb(199,115,15); }
td.TdClassName
{
border-color: #C7730F;
}
.TagClassName
{
border-color: #C7730F;
}
</style>