Shades of Japonica #D77456
Tints of Japonica #D77456
RGB
CMYK
RGB Variations
Color information
#D77456 (or 0xD77456) is known color: Japonica. HEX triplet: D7, 74 and 56. RGB value is (215,116,86). Sum of RGB (Red+Green+Blue) = 215+116+86=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77456 is #288BA9. Grayscale: #8E8E8E. Windows color (decimal): -2657194 or 5666007. OLE color: 5666007.
HSL color Cylindrical-coordinate representation of color #D77456: hue angle of 13.95º 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 #D77456 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 86 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.16 |
| HSL | 13.95º | 0.62% | 0.59% | - |
| HSV(B) | 13.95º | 0.6% | 0.84% | - |
| XYZ | 35.95 | 27.61 | 12.24 | - |
| YUV | 142.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 86 | 0 | 0.46 | 0.6 | 0.16 | 13.95 | 0.62 | 0.59 |
| Hex | D7 | 74 | 56 | 0 | 2E | 3C | 10 | E | 3E | 3B |
| Octal | 327 | 164 | 126 | 0 | 56 | 74 | 20 | 16 | 76 | 73 |
| Binary | 11010111 | 1110100 | 1010110 | 0 | 101110 | 111100 | 10000 | 1110 | 111110 | 111011 |
Color Harmonies of #D77456
Complementary color
Monochromatic Colors of #D77456
Black with #D77456
Text Example
Text Example
White with #D77456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77456; }
p { color: rgb(215,116,86); }
H1.HeaderClassName
{
color: #D77456;
}
.AnyTagClassName
{
color: #D77456;
}
</style>
background-color css
<style>
a { background-color: #D77456; }
a { background-color: rgb(215,116,86); }
div.DivClassName
{
background-color: #D77456;
}
.BgClassName
{
background-color: #D77456;
}
</style>
border-color css
<style>
span { border-color: #D77456; }
span { border-color: rgb(215,116,86); }
td.TdClassName
{
border-color: #D77456;
}
.TagClassName
{
border-color: #D77456;
}
</style>