Shades of Japonica #D77860
Tints of Japonica #D77860
RGB
CMYK
RGB Variations
Color information
#D77860 (or 0xD77860) is known color: Japonica. HEX triplet: D7, 78 and 60. RGB value is (215,120,96). Sum of RGB (Red+Green+Blue) = 215+120+96=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D77860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77860 is #28879F. Grayscale: #919191. Windows color (decimal): -2656160 or 6322391. OLE color: 6322391.
HSL color Cylindrical-coordinate representation of color #D77860: hue angle of 12.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77860 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 96 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.16 |
| HSL | 12.1º | 0.6% | 0.61% | - |
| HSV(B) | 12.1º | 0.55% | 0.84% | - |
| XYZ | 36.85 | 28.72 | 14.67 | - |
| YUV | 145.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 96 | 0 | 0.44 | 0.55 | 0.16 | 12.1 | 0.6 | 0.61 |
| Hex | D7 | 78 | 60 | 0 | 2C | 37 | 10 | C | 3C | 3D |
| Octal | 327 | 170 | 140 | 0 | 54 | 67 | 20 | 14 | 74 | 75 |
| Binary | 11010111 | 1111000 | 1100000 | 0 | 101100 | 110111 | 10000 | 1100 | 111100 | 111101 |
Color Harmonies of #D77860
Complementary color
Monochromatic Colors of #D77860
Black with #D77860
Text Example
Text Example
White with #D77860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77860; }
p { color: rgb(215,120,96); }
H1.HeaderClassName
{
color: #D77860;
}
.AnyTagClassName
{
color: #D77860;
}
</style>
background-color css
<style>
a { background-color: #D77860; }
a { background-color: rgb(215,120,96); }
div.DivClassName
{
background-color: #D77860;
}
.BgClassName
{
background-color: #D77860;
}
</style>
border-color css
<style>
span { border-color: #D77860; }
span { border-color: rgb(215,120,96); }
td.TdClassName
{
border-color: #D77860;
}
.TagClassName
{
border-color: #D77860;
}
</style>