Shades of Japonica #D77755
Tints of Japonica #D77755
RGB
CMYK
RGB Variations
Color information
#D77755 (or 0xD77755) is known color: Japonica. HEX triplet: D7, 77 and 55. RGB value is (215,119,85). Sum of RGB (Red+Green+Blue) = 215+119+85=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D77755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77755 is #2888AA. Grayscale: #909090. Windows color (decimal): -2656427 or 5601239. OLE color: 5601239.
HSL color Cylindrical-coordinate representation of color #D77755: hue angle of 15.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77755 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 85 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 15.69º | 0.62% | 0.59% | - |
| HSV(B) | 15.69º | 0.6% | 0.84% | - |
| XYZ | 36.26 | 28.3 | 12.14 | - |
| YUV | 143.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 85 | 0 | 0.45 | 0.60 | 0.16 | 15.69 | 0.62 | 0.59 |
| Hex | D7 | 77 | 55 | 0 | 2D | 3C | 10 | 10 | 3E | 3B |
| Octal | 327 | 167 | 125 | 0 | 55 | 74 | 20 | 20 | 76 | 73 |
| Binary | 11010111 | 1110111 | 1010101 | 0 | 101101 | 111100 | 10000 | 10000 | 111110 | 111011 |
Color Harmonies of #D77755
Complementary color
Monochromatic Colors of #D77755
Black with #D77755
Text Example
Text Example
White with #D77755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77755; }
p { color: rgb(215,119,85); }
H1.HeaderClassName
{
color: #D77755;
}
.AnyTagClassName
{
color: #D77755;
}
</style>
background-color css
<style>
a { background-color: #D77755; }
a { background-color: rgb(215,119,85); }
div.DivClassName
{
background-color: #D77755;
}
.BgClassName
{
background-color: #D77755;
}
</style>
border-color css
<style>
span { border-color: #D77755; }
span { border-color: rgb(215,119,85); }
td.TdClassName
{
border-color: #D77755;
}
.TagClassName
{
border-color: #D77755;
}
</style>