Shades of Japonica #D77859
Tints of Japonica #D77859
RGB
CMYK
RGB Variations
Color information
#D77859 (or 0xD77859) is known color: Japonica. HEX triplet: D7, 78 and 59. RGB value is (215,120,89). Sum of RGB (Red+Green+Blue) = 215+120+89=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D77859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77859 is #2887A6. Grayscale: #919191. Windows color (decimal): -2656167 or 5863639. OLE color: 5863639.
HSL color Cylindrical-coordinate representation of color #D77859: hue angle of 14.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77859 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 89 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.16 |
| HSL | 14.76º | 0.61% | 0.6% | - |
| HSV(B) | 14.76º | 0.59% | 0.84% | - |
| XYZ | 36.54 | 28.6 | 13.05 | - |
| YUV | 144.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 89 | 0 | 0.44 | 0.59 | 0.16 | 14.76 | 0.61 | 0.6 |
| Hex | D7 | 78 | 59 | 0 | 2C | 3B | 10 | F | 3D | 3C |
| Octal | 327 | 170 | 131 | 0 | 54 | 73 | 20 | 17 | 75 | 74 |
| Binary | 11010111 | 1111000 | 1011001 | 0 | 101100 | 111011 | 10000 | 1111 | 111101 | 111100 |
Color Harmonies of #D77859
Complementary color
Monochromatic Colors of #D77859
Black with #D77859
Text Example
Text Example
White with #D77859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77859; }
p { color: rgb(215,120,89); }
H1.HeaderClassName
{
color: #D77859;
}
.AnyTagClassName
{
color: #D77859;
}
</style>
background-color css
<style>
a { background-color: #D77859; }
a { background-color: rgb(215,120,89); }
div.DivClassName
{
background-color: #D77859;
}
.BgClassName
{
background-color: #D77859;
}
</style>
border-color css
<style>
span { border-color: #D77859; }
span { border-color: rgb(215,120,89); }
td.TdClassName
{
border-color: #D77859;
}
.TagClassName
{
border-color: #D77859;
}
</style>