Shades of Roman #D76D60
Tints of Roman #D76D60
RGB
CMYK
RGB Variations
Color information
#D76D60 (or 0xD76D60) is known color: Roman. HEX triplet: D7, 6D and 60. RGB value is (215,109,96). Sum of RGB (Red+Green+Blue) = 215+109+96=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D60 is #28929F. Grayscale: #8B8B8B. Windows color (decimal): -2658976 or 6319575. OLE color: 6319575.
HSL color Cylindrical-coordinate representation of color #D76D60: hue angle of 6.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76D60 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 96 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.16 |
| HSL | 6.55º | 0.6% | 0.61% | - |
| HSV(B) | 6.55º | 0.55% | 0.84% | - |
| XYZ | 35.6 | 26.23 | 14.25 | - |
| YUV | 139.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 96 | 0 | 0.49 | 0.55 | 0.16 | 6.55 | 0.6 | 0.61 |
| Hex | D7 | 6D | 60 | 0 | 31 | 37 | 10 | 7 | 3C | 3D |
| Octal | 327 | 155 | 140 | 0 | 61 | 67 | 20 | 7 | 74 | 75 |
| Binary | 11010111 | 1101101 | 1100000 | 0 | 110001 | 110111 | 10000 | 111 | 111100 | 111101 |
Color Harmonies of #D76D60
Complementary color
Monochromatic Colors of #D76D60
Black with #D76D60
Text Example
Text Example
White with #D76D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D60; }
p { color: rgb(215,109,96); }
H1.HeaderClassName
{
color: #D76D60;
}
.AnyTagClassName
{
color: #D76D60;
}
</style>
background-color css
<style>
a { background-color: #D76D60; }
a { background-color: rgb(215,109,96); }
div.DivClassName
{
background-color: #D76D60;
}
.BgClassName
{
background-color: #D76D60;
}
</style>
border-color css
<style>
span { border-color: #D76D60; }
span { border-color: rgb(215,109,96); }
td.TdClassName
{
border-color: #D76D60;
}
.TagClassName
{
border-color: #D76D60;
}
</style>