Shades of Japonica #D77558
Tints of Japonica #D77558
RGB
CMYK
RGB Variations
Color information
#D77558 (or 0xD77558) is known color: Japonica. HEX triplet: D7, 75 and 58. RGB value is (215,117,88). Sum of RGB (Red+Green+Blue) = 215+117+88=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D77558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77558 is #288AA7. Grayscale: #8F8F8F. Windows color (decimal): -2656936 or 5797335. OLE color: 5797335.
HSL color Cylindrical-coordinate representation of color #D77558: hue angle of 13.7º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77558 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 88 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.16 |
| HSL | 13.7º | 0.61% | 0.59% | - |
| HSV(B) | 13.7º | 0.59% | 0.84% | - |
| XYZ | 36.15 | 27.87 | 12.71 | - |
| YUV | 143 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 88 | 0 | 0.46 | 0.59 | 0.16 | 13.7 | 0.61 | 0.59 |
| Hex | D7 | 75 | 58 | 0 | 2E | 3B | 10 | E | 3D | 3B |
| Octal | 327 | 165 | 130 | 0 | 56 | 73 | 20 | 16 | 75 | 73 |
| Binary | 11010111 | 1110101 | 1011000 | 0 | 101110 | 111011 | 10000 | 1110 | 111101 | 111011 |
Color Harmonies of #D77558
Complementary color
Monochromatic Colors of #D77558
Black with #D77558
Text Example
Text Example
White with #D77558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77558; }
p { color: rgb(215,117,88); }
H1.HeaderClassName
{
color: #D77558;
}
.AnyTagClassName
{
color: #D77558;
}
</style>
background-color css
<style>
a { background-color: #D77558; }
a { background-color: rgb(215,117,88); }
div.DivClassName
{
background-color: #D77558;
}
.BgClassName
{
background-color: #D77558;
}
</style>
border-color css
<style>
span { border-color: #D77558; }
span { border-color: rgb(215,117,88); }
td.TdClassName
{
border-color: #D77558;
}
.TagClassName
{
border-color: #D77558;
}
</style>