Shades of Japonica #D77155
Tints of Japonica #D77155
RGB
CMYK
RGB Variations
Color information
#D77155 (or 0xD77155) is known color: Japonica. HEX triplet: D7, 71 and 55. RGB value is (215,113,85). Sum of RGB (Red+Green+Blue) = 215+113+85=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D77155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77155 is #288EAA. Grayscale: #8C8C8C. Windows color (decimal): -2657963 or 5599703. OLE color: 5599703.
HSL color Cylindrical-coordinate representation of color #D77155: hue angle of 12.92º 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 #D77155 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 85 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.16 |
| HSL | 12.92º | 0.62% | 0.59% | - |
| HSV(B) | 12.92º | 0.6% | 0.84% | - |
| XYZ | 35.57 | 26.91 | 11.91 | - |
| YUV | 140.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 85 | 0 | 0.47 | 0.60 | 0.16 | 12.92 | 0.62 | 0.59 |
| Hex | D7 | 71 | 55 | 0 | 2F | 3C | 10 | D | 3E | 3B |
| Octal | 327 | 161 | 125 | 0 | 57 | 74 | 20 | 15 | 76 | 73 |
| Binary | 11010111 | 1110001 | 1010101 | 0 | 101111 | 111100 | 10000 | 1101 | 111110 | 111011 |
Color Harmonies of #D77155
Complementary color
Monochromatic Colors of #D77155
Black with #D77155
Text Example
Text Example
White with #D77155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77155; }
p { color: rgb(215,113,85); }
H1.HeaderClassName
{
color: #D77155;
}
.AnyTagClassName
{
color: #D77155;
}
</style>
background-color css
<style>
a { background-color: #D77155; }
a { background-color: rgb(215,113,85); }
div.DivClassName
{
background-color: #D77155;
}
.BgClassName
{
background-color: #D77155;
}
</style>
border-color css
<style>
span { border-color: #D77155; }
span { border-color: rgb(215,113,85); }
td.TdClassName
{
border-color: #D77155;
}
.TagClassName
{
border-color: #D77155;
}
</style>