Shades of Japonica #D77552
Tints of Japonica #D77552
RGB
CMYK
RGB Variations
Color information
#D77552 (or 0xD77552) is known color: Japonica. HEX triplet: D7, 75 and 52. RGB value is (215,117,82). Sum of RGB (Red+Green+Blue) = 215+117+82=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D77552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77552 is #288AAD. Grayscale: #8E8E8E. Windows color (decimal): -2656942 or 5404119. OLE color: 5404119.
HSL color Cylindrical-coordinate representation of color #D77552: hue angle of 15.79º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D77552 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 82 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.16 |
| HSL | 15.79º | 0.62% | 0.58% | - |
| HSV(B) | 15.79º | 0.62% | 0.84% | - |
| XYZ | 35.91 | 27.78 | 11.45 | - |
| YUV | 142.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 82 | 0 | 0.46 | 0.62 | 0.16 | 15.79 | 0.62 | 0.58 |
| Hex | D7 | 75 | 52 | 0 | 2E | 3E | 10 | 10 | 3E | 3A |
| Octal | 327 | 165 | 122 | 0 | 56 | 76 | 20 | 20 | 76 | 72 |
| Binary | 11010111 | 1110101 | 1010010 | 0 | 101110 | 111110 | 10000 | 10000 | 111110 | 111010 |
Color Harmonies of #D77552
Complementary color
Monochromatic Colors of #D77552
Black with #D77552
Text Example
Text Example
White with #D77552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77552; }
p { color: rgb(215,117,82); }
H1.HeaderClassName
{
color: #D77552;
}
.AnyTagClassName
{
color: #D77552;
}
</style>
background-color css
<style>
a { background-color: #D77552; }
a { background-color: rgb(215,117,82); }
div.DivClassName
{
background-color: #D77552;
}
.BgClassName
{
background-color: #D77552;
}
</style>
border-color css
<style>
span { border-color: #D77552; }
span { border-color: rgb(215,117,82); }
td.TdClassName
{
border-color: #D77552;
}
.TagClassName
{
border-color: #D77552;
}
</style>