Shades of Japonica #D76F5A
Tints of Japonica #D76F5A
RGB
CMYK
RGB Variations
Color information
#D76F5A (or 0xD76F5A) is known color: Japonica. HEX triplet: D7, 6F and 5A. RGB value is (215,111,90). Sum of RGB (Red+Green+Blue) = 215+111+90=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F5A is #2890A5. Grayscale: #8B8B8B. Windows color (decimal): -2658470 or 5926871. OLE color: 5926871.
HSL color Cylindrical-coordinate representation of color #D76F5A: hue angle of 10.08º 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 #D76F5A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 90 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.16 |
| HSL | 10.08º | 0.61% | 0.6% | - |
| HSV(B) | 10.08º | 0.58% | 0.84% | - |
| XYZ | 35.55 | 26.55 | 12.92 | - |
| YUV | 139.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 90 | 0 | 0.48 | 0.58 | 0.16 | 10.08 | 0.61 | 0.6 |
| Hex | D7 | 6F | 5A | 0 | 30 | 3A | 10 | A | 3D | 3C |
| Octal | 327 | 157 | 132 | 0 | 60 | 72 | 20 | 12 | 75 | 74 |
| Binary | 11010111 | 1101111 | 1011010 | 0 | 110000 | 111010 | 10000 | 1010 | 111101 | 111100 |
Color Harmonies of #D76F5A
Complementary color
Monochromatic Colors of #D76F5A
Black with #D76F5A
Text Example
Text Example
White with #D76F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F5A; }
p { color: rgb(215,111,90); }
H1.HeaderClassName
{
color: #D76F5A;
}
.AnyTagClassName
{
color: #D76F5A;
}
</style>
background-color css
<style>
a { background-color: #D76F5A; }
a { background-color: rgb(215,111,90); }
div.DivClassName
{
background-color: #D76F5A;
}
.BgClassName
{
background-color: #D76F5A;
}
</style>
border-color css
<style>
span { border-color: #D76F5A; }
span { border-color: rgb(215,111,90); }
td.TdClassName
{
border-color: #D76F5A;
}
.TagClassName
{
border-color: #D76F5A;
}
</style>