Shades of Japonica #D77658
Tints of Japonica #D77658
RGB
CMYK
RGB Variations
Color information
#D77658 (or 0xD77658) is known color: Japonica. HEX triplet: D7, 76 and 58. RGB value is (215,118,88). Sum of RGB (Red+Green+Blue) = 215+118+88=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D77658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77658 is #2889A7. Grayscale: #8F8F8F. Windows color (decimal): -2656680 or 5797591. OLE color: 5797591.
HSL color Cylindrical-coordinate representation of color #D77658: hue angle of 14.17º 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 #D77658 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 88 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.16 |
| HSL | 14.17º | 0.61% | 0.59% | - |
| HSV(B) | 14.17º | 0.59% | 0.84% | - |
| XYZ | 36.26 | 28.11 | 12.75 | - |
| YUV | 143.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 88 | 0 | 0.45 | 0.59 | 0.16 | 14.17 | 0.61 | 0.59 |
| Hex | D7 | 76 | 58 | 0 | 2D | 3B | 10 | E | 3D | 3B |
| Octal | 327 | 166 | 130 | 0 | 55 | 73 | 20 | 16 | 75 | 73 |
| Binary | 11010111 | 1110110 | 1011000 | 0 | 101101 | 111011 | 10000 | 1110 | 111101 | 111011 |
Color Harmonies of #D77658
Complementary color
Monochromatic Colors of #D77658
Black with #D77658
Text Example
Text Example
White with #D77658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77658; }
p { color: rgb(215,118,88); }
H1.HeaderClassName
{
color: #D77658;
}
.AnyTagClassName
{
color: #D77658;
}
</style>
background-color css
<style>
a { background-color: #D77658; }
a { background-color: rgb(215,118,88); }
div.DivClassName
{
background-color: #D77658;
}
.BgClassName
{
background-color: #D77658;
}
</style>
border-color css
<style>
span { border-color: #D77658; }
span { border-color: rgb(215,118,88); }
td.TdClassName
{
border-color: #D77658;
}
.TagClassName
{
border-color: #D77658;
}
</style>