Shades of Japonica #D77660
Tints of Japonica #D77660
RGB
CMYK
RGB Variations
Color information
#D77660 (or 0xD77660) is known color: Japonica. HEX triplet: D7, 76 and 60. RGB value is (215,118,96). Sum of RGB (Red+Green+Blue) = 215+118+96=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D77660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77660 is #28899F. Grayscale: #909090. Windows color (decimal): -2656672 or 6321879. OLE color: 6321879.
HSL color Cylindrical-coordinate representation of color #D77660: hue angle of 11.09º 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 #D77660 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 96 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.16 |
| HSL | 11.09º | 0.6% | 0.61% | - |
| HSV(B) | 11.09º | 0.55% | 0.84% | - |
| XYZ | 36.61 | 28.25 | 14.59 | - |
| YUV | 144.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 96 | 0 | 0.45 | 0.55 | 0.16 | 11.09 | 0.6 | 0.61 |
| Hex | D7 | 76 | 60 | 0 | 2D | 37 | 10 | B | 3C | 3D |
| Octal | 327 | 166 | 140 | 0 | 55 | 67 | 20 | 13 | 74 | 75 |
| Binary | 11010111 | 1110110 | 1100000 | 0 | 101101 | 110111 | 10000 | 1011 | 111100 | 111101 |
Color Harmonies of #D77660
Complementary color
Monochromatic Colors of #D77660
Black with #D77660
Text Example
Text Example
White with #D77660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77660; }
p { color: rgb(215,118,96); }
H1.HeaderClassName
{
color: #D77660;
}
.AnyTagClassName
{
color: #D77660;
}
</style>
background-color css
<style>
a { background-color: #D77660; }
a { background-color: rgb(215,118,96); }
div.DivClassName
{
background-color: #D77660;
}
.BgClassName
{
background-color: #D77660;
}
</style>
border-color css
<style>
span { border-color: #D77660; }
span { border-color: rgb(215,118,96); }
td.TdClassName
{
border-color: #D77660;
}
.TagClassName
{
border-color: #D77660;
}
</style>