Shades of Japonica #D77962
Tints of Japonica #D77962
RGB
CMYK
RGB Variations
Color information
#D77962 (or 0xD77962) is known color: Japonica. HEX triplet: D7, 79 and 62. RGB value is (215,121,98). Sum of RGB (Red+Green+Blue) = 215+121+98=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77962 is #28869D. Grayscale: #929292. Windows color (decimal): -2655902 or 6453719. OLE color: 6453719.
HSL color Cylindrical-coordinate representation of color #D77962: hue angle of 11.79º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D77962 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 98 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.16 |
| HSL | 11.79º | 0.59% | 0.61% | - |
| HSV(B) | 11.79º | 0.54% | 0.84% | - |
| XYZ | 37.07 | 29 | 15.2 | - |
| YUV | 146.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 98 | 0 | 0.44 | 0.54 | 0.16 | 11.79 | 0.59 | 0.61 |
| Hex | D7 | 79 | 62 | 0 | 2C | 36 | 10 | C | 3B | 3D |
| Octal | 327 | 171 | 142 | 0 | 54 | 66 | 20 | 14 | 73 | 75 |
| Binary | 11010111 | 1111001 | 1100010 | 0 | 101100 | 110110 | 10000 | 1100 | 111011 | 111101 |
Color Harmonies of #D77962
Complementary color
Monochromatic Colors of #D77962
Black with #D77962
Text Example
Text Example
White with #D77962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77962; }
p { color: rgb(215,121,98); }
H1.HeaderClassName
{
color: #D77962;
}
.AnyTagClassName
{
color: #D77962;
}
</style>
background-color css
<style>
a { background-color: #D77962; }
a { background-color: rgb(215,121,98); }
div.DivClassName
{
background-color: #D77962;
}
.BgClassName
{
background-color: #D77962;
}
</style>
border-color css
<style>
span { border-color: #D77962; }
span { border-color: rgb(215,121,98); }
td.TdClassName
{
border-color: #D77962;
}
.TagClassName
{
border-color: #D77962;
}
</style>