Shades of Roman #D76A5B
Tints of Roman #D76A5B
RGB
CMYK
RGB Variations
Color information
#D76A5B (or 0xD76A5B) is known color: Roman. HEX triplet: D7, 6A and 5B. RGB value is (215,106,91). Sum of RGB (Red+Green+Blue) = 215+106+91=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A5B is #2895A4. Grayscale: #898989. Windows color (decimal): -2659749 or 5991127. OLE color: 5991127.
HSL color Cylindrical-coordinate representation of color #D76A5B: hue angle of 7.26º 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 #D76A5B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 91 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.16 |
| HSL | 7.26º | 0.61% | 0.6% | - |
| HSV(B) | 7.26º | 0.58% | 0.84% | - |
| XYZ | 35.07 | 25.51 | 12.97 | - |
| YUV | 136.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 91 | 0 | 0.51 | 0.58 | 0.16 | 7.26 | 0.61 | 0.6 |
| Hex | D7 | 6A | 5B | 0 | 33 | 3A | 10 | 7 | 3D | 3C |
| Octal | 327 | 152 | 133 | 0 | 63 | 72 | 20 | 7 | 75 | 74 |
| Binary | 11010111 | 1101010 | 1011011 | 0 | 110011 | 111010 | 10000 | 111 | 111101 | 111100 |
Color Harmonies of #D76A5B
Complementary color
Monochromatic Colors of #D76A5B
Black with #D76A5B
Text Example
Text Example
White with #D76A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A5B; }
p { color: rgb(215,106,91); }
H1.HeaderClassName
{
color: #D76A5B;
}
.AnyTagClassName
{
color: #D76A5B;
}
</style>
background-color css
<style>
a { background-color: #D76A5B; }
a { background-color: rgb(215,106,91); }
div.DivClassName
{
background-color: #D76A5B;
}
.BgClassName
{
background-color: #D76A5B;
}
</style>
border-color css
<style>
span { border-color: #D76A5B; }
span { border-color: rgb(215,106,91); }
td.TdClassName
{
border-color: #D76A5B;
}
.TagClassName
{
border-color: #D76A5B;
}
</style>