Shades of Japonica #D77152
Tints of Japonica #D77152
RGB
CMYK
RGB Variations
Color information
#D77152 (or 0xD77152) is known color: Japonica. HEX triplet: D7, 71 and 52. RGB value is (215,113,82). Sum of RGB (Red+Green+Blue) = 215+113+82=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D77152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77152 is #288EAD. Grayscale: #8C8C8C. Windows color (decimal): -2657966 or 5403095. OLE color: 5403095.
HSL color Cylindrical-coordinate representation of color #D77152: hue angle of 13.98º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D77152 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 82 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.16 |
| HSL | 13.98º | 0.62% | 0.58% | - |
| HSV(B) | 13.98º | 0.62% | 0.84% | - |
| XYZ | 35.45 | 26.87 | 11.3 | - |
| YUV | 139.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 82 | 0 | 0.47 | 0.62 | 0.16 | 13.98 | 0.62 | 0.58 |
| Hex | D7 | 71 | 52 | 0 | 2F | 3E | 10 | E | 3E | 3A |
| Octal | 327 | 161 | 122 | 0 | 57 | 76 | 20 | 16 | 76 | 72 |
| Binary | 11010111 | 1110001 | 1010010 | 0 | 101111 | 111110 | 10000 | 1110 | 111110 | 111010 |
Color Harmonies of #D77152
Complementary color
Monochromatic Colors of #D77152
Black with #D77152
Text Example
Text Example
White with #D77152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77152; }
p { color: rgb(215,113,82); }
H1.HeaderClassName
{
color: #D77152;
}
.AnyTagClassName
{
color: #D77152;
}
</style>
background-color css
<style>
a { background-color: #D77152; }
a { background-color: rgb(215,113,82); }
div.DivClassName
{
background-color: #D77152;
}
.BgClassName
{
background-color: #D77152;
}
</style>
border-color css
<style>
span { border-color: #D77152; }
span { border-color: rgb(215,113,82); }
td.TdClassName
{
border-color: #D77152;
}
.TagClassName
{
border-color: #D77152;
}
</style>