Shades of Roman #D76B59
Tints of Roman #D76B59
RGB
CMYK
RGB Variations
Color information
#D76B59 (or 0xD76B59) is known color: Roman. HEX triplet: D7, 6B and 59. RGB value is (215,107,89). Sum of RGB (Red+Green+Blue) = 215+107+89=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B59 is #2894A6. Grayscale: #898989. Windows color (decimal): -2659495 or 5860311. OLE color: 5860311.
HSL color Cylindrical-coordinate representation of color #D76B59: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D76B59 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 89 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.16 |
| HSL | 8.57º | 0.61% | 0.6% | - |
| HSV(B) | 8.57º | 0.59% | 0.84% | - |
| XYZ | 35.09 | 25.68 | 12.56 | - |
| YUV | 137.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 89 | 0 | 0.50 | 0.59 | 0.16 | 8.57 | 0.61 | 0.6 |
| Hex | D7 | 6B | 59 | 0 | 32 | 3B | 10 | 9 | 3D | 3C |
| Octal | 327 | 153 | 131 | 0 | 62 | 73 | 20 | 11 | 75 | 74 |
| Binary | 11010111 | 1101011 | 1011001 | 0 | 110010 | 111011 | 10000 | 1001 | 111101 | 111100 |
Color Harmonies of #D76B59
Complementary color
Monochromatic Colors of #D76B59
Black with #D76B59
Text Example
Text Example
White with #D76B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B59; }
p { color: rgb(215,107,89); }
H1.HeaderClassName
{
color: #D76B59;
}
.AnyTagClassName
{
color: #D76B59;
}
</style>
background-color css
<style>
a { background-color: #D76B59; }
a { background-color: rgb(215,107,89); }
div.DivClassName
{
background-color: #D76B59;
}
.BgClassName
{
background-color: #D76B59;
}
</style>
border-color css
<style>
span { border-color: #D76B59; }
span { border-color: rgb(215,107,89); }
td.TdClassName
{
border-color: #D76B59;
}
.TagClassName
{
border-color: #D76B59;
}
</style>