Shades of Japonica #D77B56
Tints of Japonica #D77B56
RGB
CMYK
RGB Variations
Color information
#D77B56 (or 0xD77B56) is known color: Japonica. HEX triplet: D7, 7B and 56. RGB value is (215,123,86). Sum of RGB (Red+Green+Blue) = 215+123+86=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B56 is #2884A9. Grayscale: #929292. Windows color (decimal): -2655402 or 5667799. OLE color: 5667799.
HSL color Cylindrical-coordinate representation of color #D77B56: hue angle of 17.21º 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 #D77B56 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 86 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.16 |
| HSL | 17.21º | 0.62% | 0.59% | - |
| HSV(B) | 17.21º | 0.6% | 0.84% | - |
| XYZ | 36.79 | 29.28 | 12.52 | - |
| YUV | 146.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 86 | 0 | 0.43 | 0.6 | 0.16 | 17.21 | 0.62 | 0.59 |
| Hex | D7 | 7B | 56 | 0 | 2B | 3C | 10 | 11 | 3E | 3B |
| Octal | 327 | 173 | 126 | 0 | 53 | 74 | 20 | 21 | 76 | 73 |
| Binary | 11010111 | 1111011 | 1010110 | 0 | 101011 | 111100 | 10000 | 10001 | 111110 | 111011 |
Color Harmonies of #D77B56
Complementary color
Monochromatic Colors of #D77B56
Black with #D77B56
Text Example
Text Example
White with #D77B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B56; }
p { color: rgb(215,123,86); }
H1.HeaderClassName
{
color: #D77B56;
}
.AnyTagClassName
{
color: #D77B56;
}
</style>
background-color css
<style>
a { background-color: #D77B56; }
a { background-color: rgb(215,123,86); }
div.DivClassName
{
background-color: #D77B56;
}
.BgClassName
{
background-color: #D77B56;
}
</style>
border-color css
<style>
span { border-color: #D77B56; }
span { border-color: rgb(215,123,86); }
td.TdClassName
{
border-color: #D77B56;
}
.TagClassName
{
border-color: #D77B56;
}
</style>