Shades of Japonica #D77056
Tints of Japonica #D77056
RGB
CMYK
RGB Variations
Color information
#D77056 (or 0xD77056) is known color: Japonica. HEX triplet: D7, 70 and 56. RGB value is (215,112,86). Sum of RGB (Red+Green+Blue) = 215+112+86=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D77056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77056 is #288FA9. Grayscale: #8C8C8C. Windows color (decimal): -2658218 or 5664983. OLE color: 5664983.
HSL color Cylindrical-coordinate representation of color #D77056: hue angle of 12.09º 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 #D77056 is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 86 | - |
| CMYK | 0 | 0.48 | 0.6 | 0.16 |
| HSL | 12.09º | 0.62% | 0.59% | - |
| HSV(B) | 12.09º | 0.6% | 0.84% | - |
| XYZ | 35.5 | 26.71 | 12.09 | - |
| YUV | 139.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 86 | 0 | 0.48 | 0.6 | 0.16 | 12.09 | 0.62 | 0.59 |
| Hex | D7 | 70 | 56 | 0 | 30 | 3C | 10 | C | 3E | 3B |
| Octal | 327 | 160 | 126 | 0 | 60 | 74 | 20 | 14 | 76 | 73 |
| Binary | 11010111 | 1110000 | 1010110 | 0 | 110000 | 111100 | 10000 | 1100 | 111110 | 111011 |
Color Harmonies of #D77056
Complementary color
Monochromatic Colors of #D77056
Black with #D77056
Text Example
Text Example
White with #D77056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77056; }
p { color: rgb(215,112,86); }
H1.HeaderClassName
{
color: #D77056;
}
.AnyTagClassName
{
color: #D77056;
}
</style>
background-color css
<style>
a { background-color: #D77056; }
a { background-color: rgb(215,112,86); }
div.DivClassName
{
background-color: #D77056;
}
.BgClassName
{
background-color: #D77056;
}
</style>
border-color css
<style>
span { border-color: #D77056; }
span { border-color: rgb(215,112,86); }
td.TdClassName
{
border-color: #D77056;
}
.TagClassName
{
border-color: #D77056;
}
</style>