Shades of Japonica #D77954
Tints of Japonica #D77954
RGB
CMYK
RGB Variations
Color information
#D77954 (or 0xD77954) is known color: Japonica. HEX triplet: D7, 79 and 54. RGB value is (215,121,84). Sum of RGB (Red+Green+Blue) = 215+121+84=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D77954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77954 is #2886AB. Grayscale: #919191. Windows color (decimal): -2655916 or 5536215. OLE color: 5536215.
HSL color Cylindrical-coordinate representation of color #D77954: hue angle of 16.95º 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 #D77954 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 84 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.16 |
| HSL | 16.95º | 0.62% | 0.59% | - |
| HSV(B) | 16.95º | 0.61% | 0.84% | - |
| XYZ | 36.46 | 28.76 | 12.02 | - |
| YUV | 144.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 84 | 0 | 0.44 | 0.61 | 0.16 | 16.95 | 0.62 | 0.59 |
| Hex | D7 | 79 | 54 | 0 | 2C | 3D | 10 | 11 | 3E | 3B |
| Octal | 327 | 171 | 124 | 0 | 54 | 75 | 20 | 21 | 76 | 73 |
| Binary | 11010111 | 1111001 | 1010100 | 0 | 101100 | 111101 | 10000 | 10001 | 111110 | 111011 |
Color Harmonies of #D77954
Complementary color
Monochromatic Colors of #D77954
Black with #D77954
Text Example
Text Example
White with #D77954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77954; }
p { color: rgb(215,121,84); }
H1.HeaderClassName
{
color: #D77954;
}
.AnyTagClassName
{
color: #D77954;
}
</style>
background-color css
<style>
a { background-color: #D77954; }
a { background-color: rgb(215,121,84); }
div.DivClassName
{
background-color: #D77954;
}
.BgClassName
{
background-color: #D77954;
}
</style>
border-color css
<style>
span { border-color: #D77954; }
span { border-color: rgb(215,121,84); }
td.TdClassName
{
border-color: #D77954;
}
.TagClassName
{
border-color: #D77954;
}
</style>