Shades of Roman #D76762
Tints of Roman #D76762
RGB
CMYK
RGB Variations
Color information
#D76762 (or 0xD76762) is known color: Roman. HEX triplet: D7, 67 and 62. RGB value is (215,103,98). Sum of RGB (Red+Green+Blue) = 215+103+98=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D76762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76762 is #28989D. Grayscale: #888888. Windows color (decimal): -2660510 or 6449111. OLE color: 6449111.
HSL color Cylindrical-coordinate representation of color #D76762: hue angle of 2.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76762 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 98 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.16 |
| HSL | 2.56º | 0.59% | 0.61% | - |
| HSV(B) | 2.56º | 0.54% | 0.84% | - |
| XYZ | 35.08 | 25.03 | 14.54 | - |
| YUV | 135.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 98 | 0 | 0.52 | 0.54 | 0.16 | 2.56 | 0.59 | 0.61 |
| Hex | D7 | 67 | 62 | 0 | 34 | 36 | 10 | 3 | 3B | 3D |
| Octal | 327 | 147 | 142 | 0 | 64 | 66 | 20 | 3 | 73 | 75 |
| Binary | 11010111 | 1100111 | 1100010 | 0 | 110100 | 110110 | 10000 | 11 | 111011 | 111101 |
Color Harmonies of #D76762
Complementary color
Monochromatic Colors of #D76762
Black with #D76762
Text Example
Text Example
White with #D76762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76762; }
p { color: rgb(215,103,98); }
H1.HeaderClassName
{
color: #D76762;
}
.AnyTagClassName
{
color: #D76762;
}
</style>
background-color css
<style>
a { background-color: #D76762; }
a { background-color: rgb(215,103,98); }
div.DivClassName
{
background-color: #D76762;
}
.BgClassName
{
background-color: #D76762;
}
</style>
border-color css
<style>
span { border-color: #D76762; }
span { border-color: rgb(215,103,98); }
td.TdClassName
{
border-color: #D76762;
}
.TagClassName
{
border-color: #D76762;
}
</style>