Shades of Japonica #D76C5A
Tints of Japonica #D76C5A
RGB
CMYK
RGB Variations
Color information
#D76C5A (or 0xD76C5A) is known color: Japonica. HEX triplet: D7, 6C and 5A. RGB value is (215,108,90). Sum of RGB (Red+Green+Blue) = 215+108+90=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C5A is #2893A5. Grayscale: #8A8A8A. Windows color (decimal): -2659238 or 5926103. OLE color: 5926103.
HSL color Cylindrical-coordinate representation of color #D76C5A: hue angle of 8.64º 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 #D76C5A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 90 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.16 |
| HSL | 8.64º | 0.61% | 0.6% | - |
| HSV(B) | 8.64º | 0.58% | 0.84% | - |
| XYZ | 35.23 | 25.91 | 12.82 | - |
| YUV | 137.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 90 | 0 | 0.50 | 0.58 | 0.16 | 8.64 | 0.61 | 0.6 |
| Hex | D7 | 6C | 5A | 0 | 32 | 3A | 10 | 9 | 3D | 3C |
| Octal | 327 | 154 | 132 | 0 | 62 | 72 | 20 | 11 | 75 | 74 |
| Binary | 11010111 | 1101100 | 1011010 | 0 | 110010 | 111010 | 10000 | 1001 | 111101 | 111100 |
Color Harmonies of #D76C5A
Complementary color
Monochromatic Colors of #D76C5A
Black with #D76C5A
Text Example
Text Example
White with #D76C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C5A; }
p { color: rgb(215,108,90); }
H1.HeaderClassName
{
color: #D76C5A;
}
.AnyTagClassName
{
color: #D76C5A;
}
</style>
background-color css
<style>
a { background-color: #D76C5A; }
a { background-color: rgb(215,108,90); }
div.DivClassName
{
background-color: #D76C5A;
}
.BgClassName
{
background-color: #D76C5A;
}
</style>
border-color css
<style>
span { border-color: #D76C5A; }
span { border-color: rgb(215,108,90); }
td.TdClassName
{
border-color: #D76C5A;
}
.TagClassName
{
border-color: #D76C5A;
}
</style>