Shades of Japonica #D77357
Tints of Japonica #D77357
RGB
CMYK
RGB Variations
Color information
#D77357 (or 0xD77357) is known color: Japonica. HEX triplet: D7, 73 and 57. RGB value is (215,115,87). Sum of RGB (Red+Green+Blue) = 215+115+87=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77357 is #288CA8. Grayscale: #8D8D8D. Windows color (decimal): -2657449 or 5731287. OLE color: 5731287.
HSL color Cylindrical-coordinate representation of color #D77357: hue angle of 13.12º 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 #D77357 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 87 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.16 |
| HSL | 13.13º | 0.62% | 0.59% | - |
| HSV(B) | 13.13º | 0.6% | 0.84% | - |
| XYZ | 35.88 | 27.4 | 12.41 | - |
| YUV | 141.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 87 | 0 | 0.47 | 0.60 | 0.16 | 13.13 | 0.62 | 0.59 |
| Hex | D7 | 73 | 57 | 0 | 2F | 3C | 10 | D | 3E | 3B |
| Octal | 327 | 163 | 127 | 0 | 57 | 74 | 20 | 15 | 76 | 73 |
| Binary | 11010111 | 1110011 | 1010111 | 0 | 101111 | 111100 | 10000 | 1101 | 111110 | 111011 |
Color Harmonies of #D77357
Complementary color
Monochromatic Colors of #D77357
Black with #D77357
Text Example
Text Example
White with #D77357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77357; }
p { color: rgb(215,115,87); }
H1.HeaderClassName
{
color: #D77357;
}
.AnyTagClassName
{
color: #D77357;
}
</style>
background-color css
<style>
a { background-color: #D77357; }
a { background-color: rgb(215,115,87); }
div.DivClassName
{
background-color: #D77357;
}
.BgClassName
{
background-color: #D77357;
}
</style>
border-color css
<style>
span { border-color: #D77357; }
span { border-color: rgb(215,115,87); }
td.TdClassName
{
border-color: #D77357;
}
.TagClassName
{
border-color: #D77357;
}
</style>