Shades of Japonica #D77550
Tints of Japonica #D77550
RGB
CMYK
RGB Variations
Color information
#D77550 (or 0xD77550) is known color: Japonica. HEX triplet: D7, 75 and 50. RGB value is (215,117,80). Sum of RGB (Red+Green+Blue) = 215+117+80=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D77550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77550 is #288AAF. Grayscale: #8E8E8E. Windows color (decimal): -2656944 or 5273047. OLE color: 5273047.
HSL color Cylindrical-coordinate representation of color #D77550: hue angle of 16.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77550 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 80 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.16 |
| HSL | 16.44º | 0.63% | 0.58% | - |
| HSV(B) | 16.44º | 0.63% | 0.84% | - |
| XYZ | 35.83 | 27.75 | 11.06 | - |
| YUV | 142.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 80 | 0 | 0.46 | 0.63 | 0.16 | 16.44 | 0.63 | 0.58 |
| Hex | D7 | 75 | 50 | 0 | 2E | 3F | 10 | 10 | 3F | 3A |
| Octal | 327 | 165 | 120 | 0 | 56 | 77 | 20 | 20 | 77 | 72 |
| Binary | 11010111 | 1110101 | 1010000 | 0 | 101110 | 111111 | 10000 | 10000 | 111111 | 111010 |
Color Harmonies of #D77550
Complementary color
Monochromatic Colors of #D77550
Black with #D77550
Text Example
Text Example
White with #D77550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77550; }
p { color: rgb(215,117,80); }
H1.HeaderClassName
{
color: #D77550;
}
.AnyTagClassName
{
color: #D77550;
}
</style>
background-color css
<style>
a { background-color: #D77550; }
a { background-color: rgb(215,117,80); }
div.DivClassName
{
background-color: #D77550;
}
.BgClassName
{
background-color: #D77550;
}
</style>
border-color css
<style>
span { border-color: #D77550; }
span { border-color: rgb(215,117,80); }
td.TdClassName
{
border-color: #D77550;
}
.TagClassName
{
border-color: #D77550;
}
</style>