Shades of Japonica #D77459
Tints of Japonica #D77459
RGB
CMYK
RGB Variations
Color information
#D77459 (or 0xD77459) is known color: Japonica. HEX triplet: D7, 74 and 59. RGB value is (215,116,89). Sum of RGB (Red+Green+Blue) = 215+116+89=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D77459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77459 is #288BA6. Grayscale: #8E8E8E. Windows color (decimal): -2657191 or 5862615. OLE color: 5862615.
HSL color Cylindrical-coordinate representation of color #D77459: hue angle of 12.86º 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 #D77459 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 89 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.16 |
| HSL | 12.86º | 0.61% | 0.6% | - |
| HSV(B) | 12.86º | 0.59% | 0.84% | - |
| XYZ | 36.07 | 27.66 | 12.89 | - |
| YUV | 142.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 89 | 0 | 0.46 | 0.59 | 0.16 | 12.86 | 0.61 | 0.6 |
| Hex | D7 | 74 | 59 | 0 | 2E | 3B | 10 | D | 3D | 3C |
| Octal | 327 | 164 | 131 | 0 | 56 | 73 | 20 | 15 | 75 | 74 |
| Binary | 11010111 | 1110100 | 1011001 | 0 | 101110 | 111011 | 10000 | 1101 | 111101 | 111100 |
Color Harmonies of #D77459
Complementary color
Monochromatic Colors of #D77459
Black with #D77459
Text Example
Text Example
White with #D77459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77459; }
p { color: rgb(215,116,89); }
H1.HeaderClassName
{
color: #D77459;
}
.AnyTagClassName
{
color: #D77459;
}
</style>
background-color css
<style>
a { background-color: #D77459; }
a { background-color: rgb(215,116,89); }
div.DivClassName
{
background-color: #D77459;
}
.BgClassName
{
background-color: #D77459;
}
</style>
border-color css
<style>
span { border-color: #D77459; }
span { border-color: rgb(215,116,89); }
td.TdClassName
{
border-color: #D77459;
}
.TagClassName
{
border-color: #D77459;
}
</style>