Shades of Japonica #D77054
Tints of Japonica #D77054
RGB
CMYK
RGB Variations
Color information
#D77054 (or 0xD77054) is known color: Japonica. HEX triplet: D7, 70 and 54. RGB value is (215,112,84). Sum of RGB (Red+Green+Blue) = 215+112+84=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D77054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77054 is #288FAB. Grayscale: #8B8B8B. Windows color (decimal): -2658220 or 5533911. OLE color: 5533911.
HSL color Cylindrical-coordinate representation of color #D77054: hue angle of 12.82º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D77054 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 84 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.16 |
| HSL | 12.82º | 0.62% | 0.59% | - |
| HSV(B) | 12.82º | 0.61% | 0.84% | - |
| XYZ | 35.42 | 26.68 | 11.67 | - |
| YUV | 139.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 84 | 0 | 0.48 | 0.61 | 0.16 | 12.82 | 0.62 | 0.59 |
| Hex | D7 | 70 | 54 | 0 | 30 | 3D | 10 | D | 3E | 3B |
| Octal | 327 | 160 | 124 | 0 | 60 | 75 | 20 | 15 | 76 | 73 |
| Binary | 11010111 | 1110000 | 1010100 | 0 | 110000 | 111101 | 10000 | 1101 | 111110 | 111011 |
Color Harmonies of #D77054
Complementary color
Monochromatic Colors of #D77054
Black with #D77054
Text Example
Text Example
White with #D77054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77054; }
p { color: rgb(215,112,84); }
H1.HeaderClassName
{
color: #D77054;
}
.AnyTagClassName
{
color: #D77054;
}
</style>
background-color css
<style>
a { background-color: #D77054; }
a { background-color: rgb(215,112,84); }
div.DivClassName
{
background-color: #D77054;
}
.BgClassName
{
background-color: #D77054;
}
</style>
border-color css
<style>
span { border-color: #D77054; }
span { border-color: rgb(215,112,84); }
td.TdClassName
{
border-color: #D77054;
}
.TagClassName
{
border-color: #D77054;
}
</style>