Shades of Japonica #D77656
Tints of Japonica #D77656
RGB
CMYK
RGB Variations
Color information
#D77656 (or 0xD77656) is known color: Japonica. HEX triplet: D7, 76 and 56. RGB value is (215,118,86). Sum of RGB (Red+Green+Blue) = 215+118+86=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D77656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77656 is #2889A9. Grayscale: #8F8F8F. Windows color (decimal): -2656682 or 5666519. OLE color: 5666519.
HSL color Cylindrical-coordinate representation of color #D77656: hue angle of 14.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77656 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 86 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.16 |
| HSL | 14.88º | 0.62% | 0.59% | - |
| HSV(B) | 14.88º | 0.6% | 0.84% | - |
| XYZ | 36.18 | 28.08 | 12.32 | - |
| YUV | 143.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 86 | 0 | 0.45 | 0.6 | 0.16 | 14.88 | 0.62 | 0.59 |
| Hex | D7 | 76 | 56 | 0 | 2D | 3C | 10 | F | 3E | 3B |
| Octal | 327 | 166 | 126 | 0 | 55 | 74 | 20 | 17 | 76 | 73 |
| Binary | 11010111 | 1110110 | 1010110 | 0 | 101101 | 111100 | 10000 | 1111 | 111110 | 111011 |
Color Harmonies of #D77656
Complementary color
Monochromatic Colors of #D77656
Black with #D77656
Text Example
Text Example
White with #D77656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77656; }
p { color: rgb(215,118,86); }
H1.HeaderClassName
{
color: #D77656;
}
.AnyTagClassName
{
color: #D77656;
}
</style>
background-color css
<style>
a { background-color: #D77656; }
a { background-color: rgb(215,118,86); }
div.DivClassName
{
background-color: #D77656;
}
.BgClassName
{
background-color: #D77656;
}
</style>
border-color css
<style>
span { border-color: #D77656; }
span { border-color: rgb(215,118,86); }
td.TdClassName
{
border-color: #D77656;
}
.TagClassName
{
border-color: #D77656;
}
</style>