Shades of Japonica #D77854
Tints of Japonica #D77854
RGB
CMYK
RGB Variations
Color information
#D77854 (or 0xD77854) is known color: Japonica. HEX triplet: D7, 78 and 54. RGB value is (215,120,84). Sum of RGB (Red+Green+Blue) = 215+120+84=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D77854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77854 is #2887AB. Grayscale: #909090. Windows color (decimal): -2656172 or 5535959. OLE color: 5535959.
HSL color Cylindrical-coordinate representation of color #D77854: hue angle of 16.49º 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 #D77854 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 84 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.16 |
| HSL | 16.49º | 0.62% | 0.59% | - |
| HSV(B) | 16.49º | 0.61% | 0.84% | - |
| XYZ | 36.34 | 28.52 | 11.98 | - |
| YUV | 144.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 84 | 0 | 0.44 | 0.61 | 0.16 | 16.49 | 0.62 | 0.59 |
| Hex | D7 | 78 | 54 | 0 | 2C | 3D | 10 | 10 | 3E | 3B |
| Octal | 327 | 170 | 124 | 0 | 54 | 75 | 20 | 20 | 76 | 73 |
| Binary | 11010111 | 1111000 | 1010100 | 0 | 101100 | 111101 | 10000 | 10000 | 111110 | 111011 |
Color Harmonies of #D77854
Complementary color
Monochromatic Colors of #D77854
Black with #D77854
Text Example
Text Example
White with #D77854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77854; }
p { color: rgb(215,120,84); }
H1.HeaderClassName
{
color: #D77854;
}
.AnyTagClassName
{
color: #D77854;
}
</style>
background-color css
<style>
a { background-color: #D77854; }
a { background-color: rgb(215,120,84); }
div.DivClassName
{
background-color: #D77854;
}
.BgClassName
{
background-color: #D77854;
}
</style>
border-color css
<style>
span { border-color: #D77854; }
span { border-color: rgb(215,120,84); }
td.TdClassName
{
border-color: #D77854;
}
.TagClassName
{
border-color: #D77854;
}
</style>