Shades of Roman #D76B58
Tints of Roman #D76B58
RGB
CMYK
RGB Variations
Color information
#D76B58 (or 0xD76B58) is known color: Roman. HEX triplet: D7, 6B and 58. RGB value is (215,107,88). Sum of RGB (Red+Green+Blue) = 215+107+88=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B58 is #2894A7. Grayscale: #898989. Windows color (decimal): -2659496 or 5794775. OLE color: 5794775.
HSL color Cylindrical-coordinate representation of color #D76B58: hue angle of 8.98º 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 #D76B58 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 88 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.16 |
| HSL | 8.98º | 0.61% | 0.59% | - |
| HSV(B) | 8.98º | 0.59% | 0.84% | - |
| XYZ | 35.04 | 25.67 | 12.34 | - |
| YUV | 137.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 88 | 0 | 0.50 | 0.59 | 0.16 | 8.98 | 0.61 | 0.59 |
| Hex | D7 | 6B | 58 | 0 | 32 | 3B | 10 | 9 | 3D | 3B |
| Octal | 327 | 153 | 130 | 0 | 62 | 73 | 20 | 11 | 75 | 73 |
| Binary | 11010111 | 1101011 | 1011000 | 0 | 110010 | 111011 | 10000 | 1001 | 111101 | 111011 |
Color Harmonies of #D76B58
Complementary color
Monochromatic Colors of #D76B58
Black with #D76B58
Text Example
Text Example
White with #D76B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B58; }
p { color: rgb(215,107,88); }
H1.HeaderClassName
{
color: #D76B58;
}
.AnyTagClassName
{
color: #D76B58;
}
</style>
background-color css
<style>
a { background-color: #D76B58; }
a { background-color: rgb(215,107,88); }
div.DivClassName
{
background-color: #D76B58;
}
.BgClassName
{
background-color: #D76B58;
}
</style>
border-color css
<style>
span { border-color: #D76B58; }
span { border-color: rgb(215,107,88); }
td.TdClassName
{
border-color: #D76B58;
}
.TagClassName
{
border-color: #D76B58;
}
</style>