Shades of Japonica #D76F56
Tints of Japonica #D76F56
RGB
CMYK
RGB Variations
Color information
#D76F56 (or 0xD76F56) is known color: Japonica. HEX triplet: D7, 6F and 56. RGB value is (215,111,86). Sum of RGB (Red+Green+Blue) = 215+111+86=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F56 is #2890A9. Grayscale: #8B8B8B. Windows color (decimal): -2658474 or 5664727. OLE color: 5664727.
HSL color Cylindrical-coordinate representation of color #D76F56: hue angle of 11.63º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D76F56 is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 86 | - |
| CMYK | 0 | 0.48 | 0.6 | 0.16 |
| HSL | 11.63º | 0.62% | 0.59% | - |
| HSV(B) | 11.63º | 0.6% | 0.84% | - |
| XYZ | 35.39 | 26.49 | 12.05 | - |
| YUV | 139.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 86 | 0 | 0.48 | 0.6 | 0.16 | 11.63 | 0.62 | 0.59 |
| Hex | D7 | 6F | 56 | 0 | 30 | 3C | 10 | C | 3E | 3B |
| Octal | 327 | 157 | 126 | 0 | 60 | 74 | 20 | 14 | 76 | 73 |
| Binary | 11010111 | 1101111 | 1010110 | 0 | 110000 | 111100 | 10000 | 1100 | 111110 | 111011 |
Color Harmonies of #D76F56
Complementary color
Monochromatic Colors of #D76F56
Black with #D76F56
Text Example
Text Example
White with #D76F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F56; }
p { color: rgb(215,111,86); }
H1.HeaderClassName
{
color: #D76F56;
}
.AnyTagClassName
{
color: #D76F56;
}
</style>
background-color css
<style>
a { background-color: #D76F56; }
a { background-color: rgb(215,111,86); }
div.DivClassName
{
background-color: #D76F56;
}
.BgClassName
{
background-color: #D76F56;
}
</style>
border-color css
<style>
span { border-color: #D76F56; }
span { border-color: rgb(215,111,86); }
td.TdClassName
{
border-color: #D76F56;
}
.TagClassName
{
border-color: #D76F56;
}
</style>