Shades of Ochre #C77728
Tints of Ochre #C77728
RGB
CMYK
RGB Variations
Color information
#C77728 (or 0xC77728) is known color: Ochre. HEX triplet: C7, 77 and 28. RGB value is (199,119,40). Sum of RGB (Red+Green+Blue) = 199+119+40=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C77728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77728 is #3888D7. Grayscale: #868686. Windows color (decimal): -3705048 or 2652103. OLE color: 2652103.
HSL color Cylindrical-coordinate representation of color #C77728: hue angle of 29.81º 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 #C77728 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 40 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.22 |
| HSL | 29.81º | 0.67% | 0.47% | - |
| HSV(B) | 29.81º | 0.8% | 0.78% | - |
| XYZ | 30.53 | 25.49 | 5.32 | - |
| YUV | 133.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 40 | 0 | 0.40 | 0.80 | 0.22 | 29.81 | 0.67 | 0.47 |
| Hex | C7 | 77 | 28 | 0 | 28 | 50 | 16 | 1E | 43 | 2F |
| Octal | 307 | 167 | 50 | 0 | 50 | 120 | 26 | 36 | 103 | 57 |
| Binary | 11000111 | 1110111 | 101000 | 0 | 101000 | 1010000 | 10110 | 11110 | 1000011 | 101111 |
Color Harmonies of #C77728
Complementary color
Monochromatic Colors of #C77728
Black with #C77728
Text Example
Text Example
White with #C77728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77728; }
p { color: rgb(199,119,40); }
H1.HeaderClassName
{
color: #C77728;
}
.AnyTagClassName
{
color: #C77728;
}
</style>
background-color css
<style>
a { background-color: #C77728; }
a { background-color: rgb(199,119,40); }
div.DivClassName
{
background-color: #C77728;
}
.BgClassName
{
background-color: #C77728;
}
</style>
border-color css
<style>
span { border-color: #C77728; }
span { border-color: rgb(199,119,40); }
td.TdClassName
{
border-color: #C77728;
}
.TagClassName
{
border-color: #C77728;
}
</style>