Shades of Ochre #C77727
Tints of Ochre #C77727
RGB
CMYK
RGB Variations
Color information
#C77727 (or 0xC77727) is known color: Ochre. HEX triplet: C7, 77 and 27. RGB value is (199,119,39). Sum of RGB (Red+Green+Blue) = 199+119+39=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C77727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77727 is #3888D8. Grayscale: #868686. Windows color (decimal): -3705049 or 2586567. OLE color: 2586567.
HSL color Cylindrical-coordinate representation of color #C77727: hue angle of 30º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77727 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 39 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.22 |
| HSL | 30º | 0.67% | 0.47% | - |
| HSV(B) | 30º | 0.8% | 0.78% | - |
| XYZ | 30.52 | 25.48 | 5.23 | - |
| YUV | 133.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 39 | 0 | 0.40 | 0.80 | 0.22 | 30 | 0.67 | 0.47 |
| Hex | C7 | 77 | 27 | 0 | 28 | 50 | 16 | 1E | 43 | 2F |
| Octal | 307 | 167 | 47 | 0 | 50 | 120 | 26 | 36 | 103 | 57 |
| Binary | 11000111 | 1110111 | 100111 | 0 | 101000 | 1010000 | 10110 | 11110 | 1000011 | 101111 |
Color Harmonies of #C77727
Complementary color
Monochromatic Colors of #C77727
Black with #C77727
Text Example
Text Example
White with #C77727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77727; }
p { color: rgb(199,119,39); }
H1.HeaderClassName
{
color: #C77727;
}
.AnyTagClassName
{
color: #C77727;
}
</style>
background-color css
<style>
a { background-color: #C77727; }
a { background-color: rgb(199,119,39); }
div.DivClassName
{
background-color: #C77727;
}
.BgClassName
{
background-color: #C77727;
}
</style>
border-color css
<style>
span { border-color: #C77727; }
span { border-color: rgb(199,119,39); }
td.TdClassName
{
border-color: #C77727;
}
.TagClassName
{
border-color: #C77727;
}
</style>