Shades of Chocolate #D77120
Tints of Chocolate #D77120
RGB
CMYK
RGB Variations
Color information
#D77120 (or 0xD77120) is known color: Chocolate. HEX triplet: D7, 71 and 20. RGB value is (215,113,32). Sum of RGB (Red+Green+Blue) = 215+113+32=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D77120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77120 is #288EDF. Grayscale: #868686. Windows color (decimal): -2658016 or 2126295. OLE color: 2126295.
HSL color Cylindrical-coordinate representation of color #D77120: hue angle of 26.56º 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 #D77120 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 32 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.16 |
| HSL | 26.56º | 0.74% | 0.48% | - |
| HSV(B) | 26.56º | 0.85% | 0.84% | - |
| XYZ | 34.19 | 26.36 | 4.65 | - |
| YUV | 134.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 32 | 0 | 0.47 | 0.85 | 0.16 | 26.56 | 0.74 | 0.48 |
| Hex | D7 | 71 | 20 | 0 | 2F | 55 | 10 | 1B | 4A | 30 |
| Octal | 327 | 161 | 40 | 0 | 57 | 125 | 20 | 33 | 112 | 60 |
| Binary | 11010111 | 1110001 | 100000 | 0 | 101111 | 1010101 | 10000 | 11011 | 1001010 | 110000 |
Color Harmonies of #D77120
Complementary color
Monochromatic Colors of #D77120
Black with #D77120
Text Example
Text Example
White with #D77120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77120; }
p { color: rgb(215,113,32); }
H1.HeaderClassName
{
color: #D77120;
}
.AnyTagClassName
{
color: #D77120;
}
</style>
background-color css
<style>
a { background-color: #D77120; }
a { background-color: rgb(215,113,32); }
div.DivClassName
{
background-color: #D77120;
}
.BgClassName
{
background-color: #D77120;
}
</style>
border-color css
<style>
span { border-color: #D77120; }
span { border-color: rgb(215,113,32); }
td.TdClassName
{
border-color: #D77120;
}
.TagClassName
{
border-color: #D77120;
}
</style>