Shades of Japonica #D77857
Tints of Japonica #D77857
RGB
CMYK
RGB Variations
Color information
#D77857 (or 0xD77857) is known color: Japonica. HEX triplet: D7, 78 and 57. RGB value is (215,120,87). Sum of RGB (Red+Green+Blue) = 215+120+87=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D77857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77857 is #2887A8. Grayscale: #909090. Windows color (decimal): -2656169 or 5732567. OLE color: 5732567.
HSL color Cylindrical-coordinate representation of color #D77857: hue angle of 15.47º 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 #D77857 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 87 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.16 |
| HSL | 15.47º | 0.62% | 0.59% | - |
| HSV(B) | 15.47º | 0.6% | 0.84% | - |
| XYZ | 36.46 | 28.57 | 12.61 | - |
| YUV | 144.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 87 | 0 | 0.44 | 0.60 | 0.16 | 15.47 | 0.62 | 0.59 |
| Hex | D7 | 78 | 57 | 0 | 2C | 3C | 10 | F | 3E | 3B |
| Octal | 327 | 170 | 127 | 0 | 54 | 74 | 20 | 17 | 76 | 73 |
| Binary | 11010111 | 1111000 | 1010111 | 0 | 101100 | 111100 | 10000 | 1111 | 111110 | 111011 |
Color Harmonies of #D77857
Complementary color
Monochromatic Colors of #D77857
Black with #D77857
Text Example
Text Example
White with #D77857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77857; }
p { color: rgb(215,120,87); }
H1.HeaderClassName
{
color: #D77857;
}
.AnyTagClassName
{
color: #D77857;
}
</style>
background-color css
<style>
a { background-color: #D77857; }
a { background-color: rgb(215,120,87); }
div.DivClassName
{
background-color: #D77857;
}
.BgClassName
{
background-color: #D77857;
}
</style>
border-color css
<style>
span { border-color: #D77857; }
span { border-color: rgb(215,120,87); }
td.TdClassName
{
border-color: #D77857;
}
.TagClassName
{
border-color: #D77857;
}
</style>