Shades of Japonica #D76C58
Tints of Japonica #D76C58
RGB
CMYK
RGB Variations
Color information
#D76C58 (or 0xD76C58) is known color: Japonica. HEX triplet: D7, 6C and 58. RGB value is (215,108,88). Sum of RGB (Red+Green+Blue) = 215+108+88=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C58 is #2893A7. Grayscale: #898989. Windows color (decimal): -2659240 or 5795031. OLE color: 5795031.
HSL color Cylindrical-coordinate representation of color #D76C58: hue angle of 9.45º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D76C58 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 88 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.16 |
| HSL | 9.45º | 0.61% | 0.59% | - |
| HSV(B) | 9.45º | 0.59% | 0.84% | - |
| XYZ | 35.15 | 25.88 | 12.37 | - |
| YUV | 137.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 88 | 0 | 0.50 | 0.59 | 0.16 | 9.45 | 0.61 | 0.59 |
| Hex | D7 | 6C | 58 | 0 | 32 | 3B | 10 | 9 | 3D | 3B |
| Octal | 327 | 154 | 130 | 0 | 62 | 73 | 20 | 11 | 75 | 73 |
| Binary | 11010111 | 1101100 | 1011000 | 0 | 110010 | 111011 | 10000 | 1001 | 111101 | 111011 |
Color Harmonies of #D76C58
Complementary color
Monochromatic Colors of #D76C58
Black with #D76C58
Text Example
Text Example
White with #D76C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C58; }
p { color: rgb(215,108,88); }
H1.HeaderClassName
{
color: #D76C58;
}
.AnyTagClassName
{
color: #D76C58;
}
</style>
background-color css
<style>
a { background-color: #D76C58; }
a { background-color: rgb(215,108,88); }
div.DivClassName
{
background-color: #D76C58;
}
.BgClassName
{
background-color: #D76C58;
}
</style>
border-color css
<style>
span { border-color: #D76C58; }
span { border-color: rgb(215,108,88); }
td.TdClassName
{
border-color: #D76C58;
}
.TagClassName
{
border-color: #D76C58;
}
</style>