Shades of Japonica #D77961
Tints of Japonica #D77961
RGB
CMYK
RGB Variations
Color information
#D77961 (or 0xD77961) is known color: Japonica. HEX triplet: D7, 79 and 61. RGB value is (215,121,97). Sum of RGB (Red+Green+Blue) = 215+121+97=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77961 is #28869E. Grayscale: #929292. Windows color (decimal): -2655903 or 6388183. OLE color: 6388183.
HSL color Cylindrical-coordinate representation of color #D77961: hue angle of 12.2º 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 #D77961 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 97 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.16 |
| HSL | 12.2º | 0.6% | 0.61% | - |
| HSV(B) | 12.2º | 0.55% | 0.84% | - |
| XYZ | 37.02 | 28.98 | 14.95 | - |
| YUV | 146.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 97 | 0 | 0.44 | 0.55 | 0.16 | 12.2 | 0.6 | 0.61 |
| Hex | D7 | 79 | 61 | 0 | 2C | 37 | 10 | C | 3C | 3D |
| Octal | 327 | 171 | 141 | 0 | 54 | 67 | 20 | 14 | 74 | 75 |
| Binary | 11010111 | 1111001 | 1100001 | 0 | 101100 | 110111 | 10000 | 1100 | 111100 | 111101 |
Color Harmonies of #D77961
Complementary color
Monochromatic Colors of #D77961
Black with #D77961
Text Example
Text Example
White with #D77961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77961; }
p { color: rgb(215,121,97); }
H1.HeaderClassName
{
color: #D77961;
}
.AnyTagClassName
{
color: #D77961;
}
</style>
background-color css
<style>
a { background-color: #D77961; }
a { background-color: rgb(215,121,97); }
div.DivClassName
{
background-color: #D77961;
}
.BgClassName
{
background-color: #D77961;
}
</style>
border-color css
<style>
span { border-color: #D77961; }
span { border-color: rgb(215,121,97); }
td.TdClassName
{
border-color: #D77961;
}
.TagClassName
{
border-color: #D77961;
}
</style>