Shades of Roman #D76B5D
Tints of Roman #D76B5D
RGB
CMYK
RGB Variations
Color information
#D76B5D (or 0xD76B5D) is known color: Roman. HEX triplet: D7, 6B and 5D. RGB value is (215,107,93). Sum of RGB (Red+Green+Blue) = 215+107+93=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B5D is #2894A2. Grayscale: #898989. Windows color (decimal): -2659491 or 6122455. OLE color: 6122455.
HSL color Cylindrical-coordinate representation of color #D76B5D: hue angle of 6.89º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D76B5D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 93 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.16 |
| HSL | 6.89º | 0.6% | 0.6% | - |
| HSV(B) | 6.89º | 0.57% | 0.84% | - |
| XYZ | 35.26 | 25.75 | 13.47 | - |
| YUV | 137.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 93 | 0 | 0.50 | 0.57 | 0.16 | 6.89 | 0.6 | 0.6 |
| Hex | D7 | 6B | 5D | 0 | 32 | 39 | 10 | 7 | 3C | 3C |
| Octal | 327 | 153 | 135 | 0 | 62 | 71 | 20 | 7 | 74 | 74 |
| Binary | 11010111 | 1101011 | 1011101 | 0 | 110010 | 111001 | 10000 | 111 | 111100 | 111100 |
Color Harmonies of #D76B5D
Complementary color
Monochromatic Colors of #D76B5D
Black with #D76B5D
Text Example
Text Example
White with #D76B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B5D; }
p { color: rgb(215,107,93); }
H1.HeaderClassName
{
color: #D76B5D;
}
.AnyTagClassName
{
color: #D76B5D;
}
</style>
background-color css
<style>
a { background-color: #D76B5D; }
a { background-color: rgb(215,107,93); }
div.DivClassName
{
background-color: #D76B5D;
}
.BgClassName
{
background-color: #D76B5D;
}
</style>
border-color css
<style>
span { border-color: #D76B5D; }
span { border-color: rgb(215,107,93); }
td.TdClassName
{
border-color: #D76B5D;
}
.TagClassName
{
border-color: #D76B5D;
}
</style>