Shades of Japonica #D77C57
Tints of Japonica #D77C57
RGB
CMYK
RGB Variations
Color information
#D77C57 (or 0xD77C57) is known color: Japonica. HEX triplet: D7, 7C and 57. RGB value is (215,124,87). Sum of RGB (Red+Green+Blue) = 215+124+87=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C57 is #2883A8. Grayscale: #939393. Windows color (decimal): -2655145 or 5733591. OLE color: 5733591.
HSL color Cylindrical-coordinate representation of color #D77C57: hue angle of 17.34º 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 #D77C57 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 87 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.16 |
| HSL | 17.34º | 0.62% | 0.59% | - |
| HSV(B) | 17.34º | 0.6% | 0.84% | - |
| XYZ | 36.95 | 29.55 | 12.77 | - |
| YUV | 146.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 87 | 0 | 0.42 | 0.60 | 0.16 | 17.34 | 0.62 | 0.59 |
| Hex | D7 | 7C | 57 | 0 | 2A | 3C | 10 | 11 | 3E | 3B |
| Octal | 327 | 174 | 127 | 0 | 52 | 74 | 20 | 21 | 76 | 73 |
| Binary | 11010111 | 1111100 | 1010111 | 0 | 101010 | 111100 | 10000 | 10001 | 111110 | 111011 |
Color Harmonies of #D77C57
Complementary color
Monochromatic Colors of #D77C57
Black with #D77C57
Text Example
Text Example
White with #D77C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C57; }
p { color: rgb(215,124,87); }
H1.HeaderClassName
{
color: #D77C57;
}
.AnyTagClassName
{
color: #D77C57;
}
</style>
background-color css
<style>
a { background-color: #D77C57; }
a { background-color: rgb(215,124,87); }
div.DivClassName
{
background-color: #D77C57;
}
.BgClassName
{
background-color: #D77C57;
}
</style>
border-color css
<style>
span { border-color: #D77C57; }
span { border-color: rgb(215,124,87); }
td.TdClassName
{
border-color: #D77C57;
}
.TagClassName
{
border-color: #D77C57;
}
</style>