Shades of Ochre #D77720
Tints of Ochre #D77720
RGB
CMYK
RGB Variations
Color information
#D77720 (or 0xD77720) is known color: Ochre. HEX triplet: D7, 77 and 20. RGB value is (215,119,32). Sum of RGB (Red+Green+Blue) = 215+119+32=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D77720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77720 is #2888DF. Grayscale: #8A8A8A. Windows color (decimal): -2656480 or 2127831. OLE color: 2127831.
HSL color Cylindrical-coordinate representation of color #D77720: hue angle of 28.52º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D77720 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 32 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.16 |
| HSL | 28.52º | 0.74% | 0.48% | - |
| HSV(B) | 28.52º | 0.85% | 0.84% | - |
| XYZ | 34.88 | 27.75 | 4.88 | - |
| YUV | 137.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 32 | 0 | 0.45 | 0.85 | 0.16 | 28.52 | 0.74 | 0.48 |
| Hex | D7 | 77 | 20 | 0 | 2D | 55 | 10 | 1D | 4A | 30 |
| Octal | 327 | 167 | 40 | 0 | 55 | 125 | 20 | 35 | 112 | 60 |
| Binary | 11010111 | 1110111 | 100000 | 0 | 101101 | 1010101 | 10000 | 11101 | 1001010 | 110000 |
Color Harmonies of #D77720
Complementary color
Monochromatic Colors of #D77720
Black with #D77720
Text Example
Text Example
White with #D77720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77720; }
p { color: rgb(215,119,32); }
H1.HeaderClassName
{
color: #D77720;
}
.AnyTagClassName
{
color: #D77720;
}
</style>
background-color css
<style>
a { background-color: #D77720; }
a { background-color: rgb(215,119,32); }
div.DivClassName
{
background-color: #D77720;
}
.BgClassName
{
background-color: #D77720;
}
</style>
border-color css
<style>
span { border-color: #D77720; }
span { border-color: rgb(215,119,32); }
td.TdClassName
{
border-color: #D77720;
}
.TagClassName
{
border-color: #D77720;
}
</style>