Shades of Roman #D76C5B
Tints of Roman #D76C5B
RGB
CMYK
RGB Variations
Color information
#D76C5B (or 0xD76C5B) is known color: Roman. HEX triplet: D7, 6C and 5B. RGB value is (215,108,91). Sum of RGB (Red+Green+Blue) = 215+108+91=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C5B is #2893A4. Grayscale: #8A8A8A. Windows color (decimal): -2659237 or 5991639. OLE color: 5991639.
HSL color Cylindrical-coordinate representation of color #D76C5B: hue angle of 8.23º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D76C5B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 91 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.16 |
| HSL | 8.23º | 0.61% | 0.6% | - |
| HSV(B) | 8.23º | 0.58% | 0.84% | - |
| XYZ | 35.28 | 25.93 | 13.04 | - |
| YUV | 138.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 91 | 0 | 0.50 | 0.58 | 0.16 | 8.23 | 0.61 | 0.6 |
| Hex | D7 | 6C | 5B | 0 | 32 | 3A | 10 | 8 | 3D | 3C |
| Octal | 327 | 154 | 133 | 0 | 62 | 72 | 20 | 10 | 75 | 74 |
| Binary | 11010111 | 1101100 | 1011011 | 0 | 110010 | 111010 | 10000 | 1000 | 111101 | 111100 |
Color Harmonies of #D76C5B
Complementary color
Monochromatic Colors of #D76C5B
Black with #D76C5B
Text Example
Text Example
White with #D76C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C5B; }
p { color: rgb(215,108,91); }
H1.HeaderClassName
{
color: #D76C5B;
}
.AnyTagClassName
{
color: #D76C5B;
}
</style>
background-color css
<style>
a { background-color: #D76C5B; }
a { background-color: rgb(215,108,91); }
div.DivClassName
{
background-color: #D76C5B;
}
.BgClassName
{
background-color: #D76C5B;
}
</style>
border-color css
<style>
span { border-color: #D76C5B; }
span { border-color: rgb(215,108,91); }
td.TdClassName
{
border-color: #D76C5B;
}
.TagClassName
{
border-color: #D76C5B;
}
</style>