Shades of Roman #D76060
Tints of Roman #D76060
RGB
CMYK
RGB Variations
Color information
#D76060 (or 0xD76060) is known color: Roman. HEX triplet: D7, 60 and 60. RGB value is (215,96,96). Sum of RGB (Red+Green+Blue) = 215+96+96=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D76060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76060 is #289F9F. Grayscale: #838383. Windows color (decimal): -2662304 or 6316247. OLE color: 6316247.
HSL color Cylindrical-coordinate representation of color #D76060: hue angle of 0º 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 #D76060 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 96 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.16 |
| HSL | 0º | 0.6% | 0.61% | - |
| HSV(B) | 0º | 0.55% | 0.84% | - |
| XYZ | 34.32 | 23.66 | 13.82 | - |
| YUV | 131.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 96 | 0 | 0.55 | 0.55 | 0.16 | 0 | 0.6 | 0.61 |
| Hex | D7 | 60 | 60 | 0 | 37 | 37 | 10 | 0 | 3C | 3D |
| Octal | 327 | 140 | 140 | 0 | 67 | 67 | 20 | 0 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1100000 | 0 | 110111 | 110111 | 10000 | 0 | 111100 | 111101 |
Color Harmonies of #D76060
Complementary color
Monochromatic Colors of #D76060
Black with #D76060
Text Example
Text Example
White with #D76060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76060; }
p { color: rgb(215,96,96); }
H1.HeaderClassName
{
color: #D76060;
}
.AnyTagClassName
{
color: #D76060;
}
</style>
background-color css
<style>
a { background-color: #D76060; }
a { background-color: rgb(215,96,96); }
div.DivClassName
{
background-color: #D76060;
}
.BgClassName
{
background-color: #D76060;
}
</style>
border-color css
<style>
span { border-color: #D76060; }
span { border-color: rgb(215,96,96); }
td.TdClassName
{
border-color: #D76060;
}
.TagClassName
{
border-color: #D76060;
}
</style>