Shades of Japonica #D77856
Tints of Japonica #D77856
RGB
CMYK
RGB Variations
Color information
#D77856 (or 0xD77856) is known color: Japonica. HEX triplet: D7, 78 and 56. RGB value is (215,120,86). Sum of RGB (Red+Green+Blue) = 215+120+86=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D77856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77856 is #2887A9. Grayscale: #909090. Windows color (decimal): -2656170 or 5667031. OLE color: 5667031.
HSL color Cylindrical-coordinate representation of color #D77856: hue angle of 15.81º 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 #D77856 is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 86 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.16 |
| HSL | 15.81º | 0.62% | 0.59% | - |
| HSV(B) | 15.81º | 0.6% | 0.84% | - |
| XYZ | 36.42 | 28.55 | 12.4 | - |
| YUV | 144.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 86 | 0 | 0.44 | 0.6 | 0.16 | 15.81 | 0.62 | 0.59 |
| Hex | D7 | 78 | 56 | 0 | 2C | 3C | 10 | 10 | 3E | 3B |
| Octal | 327 | 170 | 126 | 0 | 54 | 74 | 20 | 20 | 76 | 73 |
| Binary | 11010111 | 1111000 | 1010110 | 0 | 101100 | 111100 | 10000 | 10000 | 111110 | 111011 |
Color Harmonies of #D77856
Complementary color
Monochromatic Colors of #D77856
Black with #D77856
Text Example
Text Example
White with #D77856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77856; }
p { color: rgb(215,120,86); }
H1.HeaderClassName
{
color: #D77856;
}
.AnyTagClassName
{
color: #D77856;
}
</style>
background-color css
<style>
a { background-color: #D77856; }
a { background-color: rgb(215,120,86); }
div.DivClassName
{
background-color: #D77856;
}
.BgClassName
{
background-color: #D77856;
}
</style>
border-color css
<style>
span { border-color: #D77856; }
span { border-color: rgb(215,120,86); }
td.TdClassName
{
border-color: #D77856;
}
.TagClassName
{
border-color: #D77856;
}
</style>