Shades of Japonica #D76D5A
Tints of Japonica #D76D5A
RGB
CMYK
RGB Variations
Color information
#D76D5A (or 0xD76D5A) is known color: Japonica. HEX triplet: D7, 6D and 5A. RGB value is (215,109,90). Sum of RGB (Red+Green+Blue) = 215+109+90=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D5A is #2892A5. Grayscale: #8A8A8A. Windows color (decimal): -2658982 or 5926359. OLE color: 5926359.
HSL color Cylindrical-coordinate representation of color #D76D5A: hue angle of 9.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D76D5A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 90 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.16 |
| HSL | 9.12º | 0.61% | 0.6% | - |
| HSV(B) | 9.12º | 0.58% | 0.84% | - |
| XYZ | 35.34 | 26.12 | 12.85 | - |
| YUV | 138.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 90 | 0 | 0.49 | 0.58 | 0.16 | 9.12 | 0.61 | 0.6 |
| Hex | D7 | 6D | 5A | 0 | 31 | 3A | 10 | 9 | 3D | 3C |
| Octal | 327 | 155 | 132 | 0 | 61 | 72 | 20 | 11 | 75 | 74 |
| Binary | 11010111 | 1101101 | 1011010 | 0 | 110001 | 111010 | 10000 | 1001 | 111101 | 111100 |
Color Harmonies of #D76D5A
Complementary color
Monochromatic Colors of #D76D5A
Black with #D76D5A
Text Example
Text Example
White with #D76D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D5A; }
p { color: rgb(215,109,90); }
H1.HeaderClassName
{
color: #D76D5A;
}
.AnyTagClassName
{
color: #D76D5A;
}
</style>
background-color css
<style>
a { background-color: #D76D5A; }
a { background-color: rgb(215,109,90); }
div.DivClassName
{
background-color: #D76D5A;
}
.BgClassName
{
background-color: #D76D5A;
}
</style>
border-color css
<style>
span { border-color: #D76D5A; }
span { border-color: rgb(215,109,90); }
td.TdClassName
{
border-color: #D76D5A;
}
.TagClassName
{
border-color: #D76D5A;
}
</style>