Shades of Japonica #D77761
Tints of Japonica #D77761
RGB
CMYK
RGB Variations
Color information
#D77761 (or 0xD77761) is known color: Japonica. HEX triplet: D7, 77 and 61. RGB value is (215,119,97). Sum of RGB (Red+Green+Blue) = 215+119+97=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D77761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77761 is #28889E. Grayscale: #919191. Windows color (decimal): -2656415 or 6387671. OLE color: 6387671.
HSL color Cylindrical-coordinate representation of color #D77761: hue angle of 11.19º 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 #D77761 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 97 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.16 |
| HSL | 11.19º | 0.6% | 0.61% | - |
| HSV(B) | 11.19º | 0.55% | 0.84% | - |
| XYZ | 36.78 | 28.5 | 14.87 | - |
| YUV | 145.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 97 | 0 | 0.45 | 0.55 | 0.16 | 11.19 | 0.6 | 0.61 |
| Hex | D7 | 77 | 61 | 0 | 2D | 37 | 10 | B | 3C | 3D |
| Octal | 327 | 167 | 141 | 0 | 55 | 67 | 20 | 13 | 74 | 75 |
| Binary | 11010111 | 1110111 | 1100001 | 0 | 101101 | 110111 | 10000 | 1011 | 111100 | 111101 |
Color Harmonies of #D77761
Complementary color
Monochromatic Colors of #D77761
Black with #D77761
Text Example
Text Example
White with #D77761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77761; }
p { color: rgb(215,119,97); }
H1.HeaderClassName
{
color: #D77761;
}
.AnyTagClassName
{
color: #D77761;
}
</style>
background-color css
<style>
a { background-color: #D77761; }
a { background-color: rgb(215,119,97); }
div.DivClassName
{
background-color: #D77761;
}
.BgClassName
{
background-color: #D77761;
}
</style>
border-color css
<style>
span { border-color: #D77761; }
span { border-color: rgb(215,119,97); }
td.TdClassName
{
border-color: #D77761;
}
.TagClassName
{
border-color: #D77761;
}
</style>