Shades of Roman #D76D5E
Tints of Roman #D76D5E
RGB
CMYK
RGB Variations
Color information
#D76D5E (or 0xD76D5E) is known color: Roman. HEX triplet: D7, 6D and 5E. RGB value is (215,109,94). Sum of RGB (Red+Green+Blue) = 215+109+94=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D5E is #2892A1. Grayscale: #8B8B8B. Windows color (decimal): -2658978 or 6188503. OLE color: 6188503.
HSL color Cylindrical-coordinate representation of color #D76D5E: hue angle of 7.44º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76D5E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 94 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.16 |
| HSL | 7.44º | 0.6% | 0.61% | - |
| HSV(B) | 7.44º | 0.56% | 0.84% | - |
| XYZ | 35.51 | 26.19 | 13.77 | - |
| YUV | 138.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 94 | 0 | 0.49 | 0.56 | 0.16 | 7.44 | 0.6 | 0.61 |
| Hex | D7 | 6D | 5E | 0 | 31 | 38 | 10 | 7 | 3C | 3D |
| Octal | 327 | 155 | 136 | 0 | 61 | 70 | 20 | 7 | 74 | 75 |
| Binary | 11010111 | 1101101 | 1011110 | 0 | 110001 | 111000 | 10000 | 111 | 111100 | 111101 |
Color Harmonies of #D76D5E
Complementary color
Monochromatic Colors of #D76D5E
Black with #D76D5E
Text Example
Text Example
White with #D76D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D5E; }
p { color: rgb(215,109,94); }
H1.HeaderClassName
{
color: #D76D5E;
}
.AnyTagClassName
{
color: #D76D5E;
}
</style>
background-color css
<style>
a { background-color: #D76D5E; }
a { background-color: rgb(215,109,94); }
div.DivClassName
{
background-color: #D76D5E;
}
.BgClassName
{
background-color: #D76D5E;
}
</style>
border-color css
<style>
span { border-color: #D76D5E; }
span { border-color: rgb(215,109,94); }
td.TdClassName
{
border-color: #D76D5E;
}
.TagClassName
{
border-color: #D76D5E;
}
</style>