Shades of Japonica #D77554
Tints of Japonica #D77554
RGB
CMYK
RGB Variations
Color information
#D77554 (or 0xD77554) is known color: Japonica. HEX triplet: D7, 75 and 54. RGB value is (215,117,84). Sum of RGB (Red+Green+Blue) = 215+117+84=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D77554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77554 is #288AAB. Grayscale: #8E8E8E. Windows color (decimal): -2656940 or 5535191. OLE color: 5535191.
HSL color Cylindrical-coordinate representation of color #D77554: hue angle of 15.11º 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 #D77554 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 84 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.16 |
| HSL | 15.11º | 0.62% | 0.59% | - |
| HSV(B) | 15.11º | 0.61% | 0.84% | - |
| XYZ | 35.99 | 27.81 | 11.86 | - |
| YUV | 142.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 84 | 0 | 0.46 | 0.61 | 0.16 | 15.11 | 0.62 | 0.59 |
| Hex | D7 | 75 | 54 | 0 | 2E | 3D | 10 | F | 3E | 3B |
| Octal | 327 | 165 | 124 | 0 | 56 | 75 | 20 | 17 | 76 | 73 |
| Binary | 11010111 | 1110101 | 1010100 | 0 | 101110 | 111101 | 10000 | 1111 | 111110 | 111011 |
Color Harmonies of #D77554
Complementary color
Monochromatic Colors of #D77554
Black with #D77554
Text Example
Text Example
White with #D77554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77554; }
p { color: rgb(215,117,84); }
H1.HeaderClassName
{
color: #D77554;
}
.AnyTagClassName
{
color: #D77554;
}
</style>
background-color css
<style>
a { background-color: #D77554; }
a { background-color: rgb(215,117,84); }
div.DivClassName
{
background-color: #D77554;
}
.BgClassName
{
background-color: #D77554;
}
</style>
border-color css
<style>
span { border-color: #D77554; }
span { border-color: rgb(215,117,84); }
td.TdClassName
{
border-color: #D77554;
}
.TagClassName
{
border-color: #D77554;
}
</style>