Shades of Japonica #D77259
Tints of Japonica #D77259
RGB
CMYK
RGB Variations
Color information
#D77259 (or 0xD77259) is known color: Japonica. HEX triplet: D7, 72 and 59. RGB value is (215,114,89). Sum of RGB (Red+Green+Blue) = 215+114+89=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D77259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77259 is #288DA6. Grayscale: #8D8D8D. Windows color (decimal): -2657703 or 5862103. OLE color: 5862103.
HSL color Cylindrical-coordinate representation of color #D77259: hue angle of 11.9º 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 #D77259 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 89 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 11.9º | 0.61% | 0.6% | - |
| HSV(B) | 11.9º | 0.59% | 0.84% | - |
| XYZ | 35.84 | 27.2 | 12.81 | - |
| YUV | 141.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 89 | 0 | 0.47 | 0.59 | 0.16 | 11.9 | 0.61 | 0.6 |
| Hex | D7 | 72 | 59 | 0 | 2F | 3B | 10 | C | 3D | 3C |
| Octal | 327 | 162 | 131 | 0 | 57 | 73 | 20 | 14 | 75 | 74 |
| Binary | 11010111 | 1110010 | 1011001 | 0 | 101111 | 111011 | 10000 | 1100 | 111101 | 111100 |
Color Harmonies of #D77259
Complementary color
Monochromatic Colors of #D77259
Black with #D77259
Text Example
Text Example
White with #D77259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77259; }
p { color: rgb(215,114,89); }
H1.HeaderClassName
{
color: #D77259;
}
.AnyTagClassName
{
color: #D77259;
}
</style>
background-color css
<style>
a { background-color: #D77259; }
a { background-color: rgb(215,114,89); }
div.DivClassName
{
background-color: #D77259;
}
.BgClassName
{
background-color: #D77259;
}
</style>
border-color css
<style>
span { border-color: #D77259; }
span { border-color: rgb(215,114,89); }
td.TdClassName
{
border-color: #D77259;
}
.TagClassName
{
border-color: #D77259;
}
</style>