Shades of Japonica #D77560
Tints of Japonica #D77560
RGB
CMYK
RGB Variations
Color information
#D77560 (or 0xD77560) is known color: Japonica. HEX triplet: D7, 75 and 60. RGB value is (215,117,96). Sum of RGB (Red+Green+Blue) = 215+117+96=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77560 is #288A9F. Grayscale: #909090. Windows color (decimal): -2656928 or 6321623. OLE color: 6321623.
HSL color Cylindrical-coordinate representation of color #D77560: hue angle of 10.59º 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 #D77560 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 96 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.16 |
| HSL | 10.59º | 0.6% | 0.61% | - |
| HSV(B) | 10.59º | 0.55% | 0.84% | - |
| XYZ | 36.5 | 28.01 | 14.55 | - |
| YUV | 143.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 96 | 0 | 0.46 | 0.55 | 0.16 | 10.59 | 0.6 | 0.61 |
| Hex | D7 | 75 | 60 | 0 | 2E | 37 | 10 | B | 3C | 3D |
| Octal | 327 | 165 | 140 | 0 | 56 | 67 | 20 | 13 | 74 | 75 |
| Binary | 11010111 | 1110101 | 1100000 | 0 | 101110 | 110111 | 10000 | 1011 | 111100 | 111101 |
Color Harmonies of #D77560
Complementary color
Monochromatic Colors of #D77560
Black with #D77560
Text Example
Text Example
White with #D77560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77560; }
p { color: rgb(215,117,96); }
H1.HeaderClassName
{
color: #D77560;
}
.AnyTagClassName
{
color: #D77560;
}
</style>
background-color css
<style>
a { background-color: #D77560; }
a { background-color: rgb(215,117,96); }
div.DivClassName
{
background-color: #D77560;
}
.BgClassName
{
background-color: #D77560;
}
</style>
border-color css
<style>
span { border-color: #D77560; }
span { border-color: rgb(215,117,96); }
td.TdClassName
{
border-color: #D77560;
}
.TagClassName
{
border-color: #D77560;
}
</style>