Shades of Japonica #D77A55
Tints of Japonica #D77A55
RGB
CMYK
RGB Variations
Color information
#D77A55 (or 0xD77A55) is known color: Japonica. HEX triplet: D7, 7A and 55. RGB value is (215,122,85). Sum of RGB (Red+Green+Blue) = 215+122+85=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A55 is #2885AA. Grayscale: #919191. Windows color (decimal): -2655659 or 5602007. OLE color: 5602007.
HSL color Cylindrical-coordinate representation of color #D77A55: hue angle of 17.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77A55 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 85 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.16 |
| HSL | 17.08º | 0.62% | 0.59% | - |
| HSV(B) | 17.08º | 0.6% | 0.84% | - |
| XYZ | 36.62 | 29.02 | 12.27 | - |
| YUV | 145.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 85 | 0 | 0.43 | 0.60 | 0.16 | 17.08 | 0.62 | 0.59 |
| Hex | D7 | 7A | 55 | 0 | 2B | 3C | 10 | 11 | 3E | 3B |
| Octal | 327 | 172 | 125 | 0 | 53 | 74 | 20 | 21 | 76 | 73 |
| Binary | 11010111 | 1111010 | 1010101 | 0 | 101011 | 111100 | 10000 | 10001 | 111110 | 111011 |
Color Harmonies of #D77A55
Complementary color
Monochromatic Colors of #D77A55
Black with #D77A55
Text Example
Text Example
White with #D77A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A55; }
p { color: rgb(215,122,85); }
H1.HeaderClassName
{
color: #D77A55;
}
.AnyTagClassName
{
color: #D77A55;
}
</style>
background-color css
<style>
a { background-color: #D77A55; }
a { background-color: rgb(215,122,85); }
div.DivClassName
{
background-color: #D77A55;
}
.BgClassName
{
background-color: #D77A55;
}
</style>
border-color css
<style>
span { border-color: #D77A55; }
span { border-color: rgb(215,122,85); }
td.TdClassName
{
border-color: #D77A55;
}
.TagClassName
{
border-color: #D77A55;
}
</style>