Shades of Japonica #D77053
Tints of Japonica #D77053
RGB
CMYK
RGB Variations
Color information
#D77053 (or 0xD77053) is known color: Japonica. HEX triplet: D7, 70 and 53. RGB value is (215,112,83). Sum of RGB (Red+Green+Blue) = 215+112+83=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D77053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77053 is #288FAC. Grayscale: #8B8B8B. Windows color (decimal): -2658221 or 5468375. OLE color: 5468375.
HSL color Cylindrical-coordinate representation of color #D77053: hue angle of 13.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D77053 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 83 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.16 |
| HSL | 13.18º | 0.62% | 0.58% | - |
| HSV(B) | 13.18º | 0.61% | 0.84% | - |
| XYZ | 35.38 | 26.66 | 11.46 | - |
| YUV | 139.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 83 | 0 | 0.48 | 0.61 | 0.16 | 13.18 | 0.62 | 0.58 |
| Hex | D7 | 70 | 53 | 0 | 30 | 3D | 10 | D | 3E | 3A |
| Octal | 327 | 160 | 123 | 0 | 60 | 75 | 20 | 15 | 76 | 72 |
| Binary | 11010111 | 1110000 | 1010011 | 0 | 110000 | 111101 | 10000 | 1101 | 111110 | 111010 |
Color Harmonies of #D77053
Complementary color
Monochromatic Colors of #D77053
Black with #D77053
Text Example
Text Example
White with #D77053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77053; }
p { color: rgb(215,112,83); }
H1.HeaderClassName
{
color: #D77053;
}
.AnyTagClassName
{
color: #D77053;
}
</style>
background-color css
<style>
a { background-color: #D77053; }
a { background-color: rgb(215,112,83); }
div.DivClassName
{
background-color: #D77053;
}
.BgClassName
{
background-color: #D77053;
}
</style>
border-color css
<style>
span { border-color: #D77053; }
span { border-color: rgb(215,112,83); }
td.TdClassName
{
border-color: #D77053;
}
.TagClassName
{
border-color: #D77053;
}
</style>