Shades of Japonica #D77861
Tints of Japonica #D77861
RGB
CMYK
RGB Variations
Color information
#D77861 (or 0xD77861) is known color: Japonica. HEX triplet: D7, 78 and 61. RGB value is (215,120,97). Sum of RGB (Red+Green+Blue) = 215+120+97=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D77861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77861 is #28879E. Grayscale: #919191. Windows color (decimal): -2656159 or 6387927. OLE color: 6387927.
HSL color Cylindrical-coordinate representation of color #D77861: hue angle of 11.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77861 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 97 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.16 |
| HSL | 11.69º | 0.6% | 0.61% | - |
| HSV(B) | 11.69º | 0.55% | 0.84% | - |
| XYZ | 36.9 | 28.74 | 14.91 | - |
| YUV | 145.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 97 | 0 | 0.44 | 0.55 | 0.16 | 11.69 | 0.6 | 0.61 |
| Hex | D7 | 78 | 61 | 0 | 2C | 37 | 10 | C | 3C | 3D |
| Octal | 327 | 170 | 141 | 0 | 54 | 67 | 20 | 14 | 74 | 75 |
| Binary | 11010111 | 1111000 | 1100001 | 0 | 101100 | 110111 | 10000 | 1100 | 111100 | 111101 |
Color Harmonies of #D77861
Complementary color
Monochromatic Colors of #D77861
Black with #D77861
Text Example
Text Example
White with #D77861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77861; }
p { color: rgb(215,120,97); }
H1.HeaderClassName
{
color: #D77861;
}
.AnyTagClassName
{
color: #D77861;
}
</style>
background-color css
<style>
a { background-color: #D77861; }
a { background-color: rgb(215,120,97); }
div.DivClassName
{
background-color: #D77861;
}
.BgClassName
{
background-color: #D77861;
}
</style>
border-color css
<style>
span { border-color: #D77861; }
span { border-color: rgb(215,120,97); }
td.TdClassName
{
border-color: #D77861;
}
.TagClassName
{
border-color: #D77861;
}
</style>