Shades of Japonica #D77254
Tints of Japonica #D77254
RGB
CMYK
RGB Variations
Color information
#D77254 (or 0xD77254) is known color: Japonica. HEX triplet: D7, 72 and 54. RGB value is (215,114,84). Sum of RGB (Red+Green+Blue) = 215+114+84=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D77254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77254 is #288DAB. Grayscale: #8D8D8D. Windows color (decimal): -2657708 or 5534423. OLE color: 5534423.
HSL color Cylindrical-coordinate representation of color #D77254: hue angle of 13.74º 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 #D77254 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 84 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.16 |
| HSL | 13.74º | 0.62% | 0.59% | - |
| HSV(B) | 13.74º | 0.61% | 0.84% | - |
| XYZ | 35.64 | 27.12 | 11.74 | - |
| YUV | 140.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 84 | 0 | 0.47 | 0.61 | 0.16 | 13.74 | 0.62 | 0.59 |
| Hex | D7 | 72 | 54 | 0 | 2F | 3D | 10 | E | 3E | 3B |
| Octal | 327 | 162 | 124 | 0 | 57 | 75 | 20 | 16 | 76 | 73 |
| Binary | 11010111 | 1110010 | 1010100 | 0 | 101111 | 111101 | 10000 | 1110 | 111110 | 111011 |
Color Harmonies of #D77254
Complementary color
Monochromatic Colors of #D77254
Black with #D77254
Text Example
Text Example
White with #D77254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77254; }
p { color: rgb(215,114,84); }
H1.HeaderClassName
{
color: #D77254;
}
.AnyTagClassName
{
color: #D77254;
}
</style>
background-color css
<style>
a { background-color: #D77254; }
a { background-color: rgb(215,114,84); }
div.DivClassName
{
background-color: #D77254;
}
.BgClassName
{
background-color: #D77254;
}
</style>
border-color css
<style>
span { border-color: #D77254; }
span { border-color: rgb(215,114,84); }
td.TdClassName
{
border-color: #D77254;
}
.TagClassName
{
border-color: #D77254;
}
</style>