Shades of Ochre #C7730A
Tints of Ochre #C7730A
RGB
CMYK
RGB Variations
Color information
#C7730A (or 0xC7730A) is known color: Ochre. HEX triplet: C7, 73 and 0A. RGB value is (199,115,10). Sum of RGB (Red+Green+Blue) = 199+115+10=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7730A is #388CF5. Grayscale: #808080. Windows color (decimal): -3706102 or 684999. OLE color: 684999.
HSL color Cylindrical-coordinate representation of color #C7730A: hue angle of 33.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7730A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.22 |
| HSL | 33.33º | 0.9% | 0.41% | - |
| HSV(B) | 33.33º | 0.95% | 0.78% | - |
| XYZ | 29.74 | 24.43 | 3.43 | - |
| YUV | 128.15 | 61.33 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 10 | 0 | 0.42 | 0.95 | 0.22 | 33.33 | 0.9 | 0.41 |
| Hex | C7 | 73 | A | 0 | 2A | 5F | 16 | 21 | 5A | 29 |
| Octal | 307 | 163 | 12 | 0 | 52 | 137 | 26 | 41 | 132 | 51 |
| Binary | 11000111 | 1110011 | 1010 | 0 | 101010 | 1011111 | 10110 | 100001 | 1011010 | 101001 |
Color Harmonies of #C7730A
Complementary color
Monochromatic Colors of #C7730A
Black with #C7730A
Text Example
Text Example
White with #C7730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7730A; }
p { color: rgb(199,115,10); }
H1.HeaderClassName
{
color: #C7730A;
}
.AnyTagClassName
{
color: #C7730A;
}
</style>
background-color css
<style>
a { background-color: #C7730A; }
a { background-color: rgb(199,115,10); }
div.DivClassName
{
background-color: #C7730A;
}
.BgClassName
{
background-color: #C7730A;
}
</style>
border-color css
<style>
span { border-color: #C7730A; }
span { border-color: rgb(199,115,10); }
td.TdClassName
{
border-color: #C7730A;
}
.TagClassName
{
border-color: #C7730A;
}
</style>