Shades of Japonica #D77958
Tints of Japonica #D77958
RGB
CMYK
RGB Variations
Color information
#D77958 (or 0xD77958) is known color: Japonica. HEX triplet: D7, 79 and 58. RGB value is (215,121,88). Sum of RGB (Red+Green+Blue) = 215+121+88=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D77958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77958 is #2886A7. Grayscale: #919191. Windows color (decimal): -2655912 or 5798359. OLE color: 5798359.
HSL color Cylindrical-coordinate representation of color #D77958: hue angle of 15.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77958 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 88 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.16 |
| HSL | 15.59º | 0.61% | 0.59% | - |
| HSV(B) | 15.59º | 0.59% | 0.84% | - |
| XYZ | 36.62 | 28.83 | 12.87 | - |
| YUV | 145.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 88 | 0 | 0.44 | 0.59 | 0.16 | 15.59 | 0.61 | 0.59 |
| Hex | D7 | 79 | 58 | 0 | 2C | 3B | 10 | 10 | 3D | 3B |
| Octal | 327 | 171 | 130 | 0 | 54 | 73 | 20 | 20 | 75 | 73 |
| Binary | 11010111 | 1111001 | 1011000 | 0 | 101100 | 111011 | 10000 | 10000 | 111101 | 111011 |
Color Harmonies of #D77958
Complementary color
Monochromatic Colors of #D77958
Black with #D77958
Text Example
Text Example
White with #D77958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77958; }
p { color: rgb(215,121,88); }
H1.HeaderClassName
{
color: #D77958;
}
.AnyTagClassName
{
color: #D77958;
}
</style>
background-color css
<style>
a { background-color: #D77958; }
a { background-color: rgb(215,121,88); }
div.DivClassName
{
background-color: #D77958;
}
.BgClassName
{
background-color: #D77958;
}
</style>
border-color css
<style>
span { border-color: #D77958; }
span { border-color: rgb(215,121,88); }
td.TdClassName
{
border-color: #D77958;
}
.TagClassName
{
border-color: #D77958;
}
</style>