Shades of Japonica #D77C56
Tints of Japonica #D77C56
RGB
CMYK
RGB Variations
Color information
#D77C56 (or 0xD77C56) is known color: Japonica. HEX triplet: D7, 7C and 56. RGB value is (215,124,86). Sum of RGB (Red+Green+Blue) = 215+124+86=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C56 is #2883A9. Grayscale: #939393. Windows color (decimal): -2655146 or 5668055. OLE color: 5668055.
HSL color Cylindrical-coordinate representation of color #D77C56: hue angle of 17.67º 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 #D77C56 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 86 | - |
| CMYK | 0 | 0.42 | 0.6 | 0.16 |
| HSL | 17.67º | 0.62% | 0.59% | - |
| HSV(B) | 17.67º | 0.6% | 0.84% | - |
| XYZ | 36.91 | 29.53 | 12.56 | - |
| YUV | 146.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 86 | 0 | 0.42 | 0.6 | 0.16 | 17.67 | 0.62 | 0.59 |
| Hex | D7 | 7C | 56 | 0 | 2A | 3C | 10 | 12 | 3E | 3B |
| Octal | 327 | 174 | 126 | 0 | 52 | 74 | 20 | 22 | 76 | 73 |
| Binary | 11010111 | 1111100 | 1010110 | 0 | 101010 | 111100 | 10000 | 10010 | 111110 | 111011 |
Color Harmonies of #D77C56
Complementary color
Monochromatic Colors of #D77C56
Black with #D77C56
Text Example
Text Example
White with #D77C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C56; }
p { color: rgb(215,124,86); }
H1.HeaderClassName
{
color: #D77C56;
}
.AnyTagClassName
{
color: #D77C56;
}
</style>
background-color css
<style>
a { background-color: #D77C56; }
a { background-color: rgb(215,124,86); }
div.DivClassName
{
background-color: #D77C56;
}
.BgClassName
{
background-color: #D77C56;
}
</style>
border-color css
<style>
span { border-color: #D77C56; }
span { border-color: rgb(215,124,86); }
td.TdClassName
{
border-color: #D77C56;
}
.TagClassName
{
border-color: #D77C56;
}
</style>