Shades of Roman #D76B5A
Tints of Roman #D76B5A
RGB
CMYK
RGB Variations
Color information
#D76B5A (or 0xD76B5A) is known color: Roman. HEX triplet: D7, 6B and 5A. RGB value is (215,107,90). Sum of RGB (Red+Green+Blue) = 215+107+90=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B5A is #2894A5. Grayscale: #898989. Windows color (decimal): -2659494 or 5925847. OLE color: 5925847.
HSL color Cylindrical-coordinate representation of color #D76B5A: hue angle of 8.16º 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 #D76B5A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 90 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.16 |
| HSL | 8.16º | 0.61% | 0.6% | - |
| HSV(B) | 8.16º | 0.58% | 0.84% | - |
| XYZ | 35.13 | 25.7 | 12.78 | - |
| YUV | 137.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 90 | 0 | 0.50 | 0.58 | 0.16 | 8.16 | 0.61 | 0.6 |
| Hex | D7 | 6B | 5A | 0 | 32 | 3A | 10 | 8 | 3D | 3C |
| Octal | 327 | 153 | 132 | 0 | 62 | 72 | 20 | 10 | 75 | 74 |
| Binary | 11010111 | 1101011 | 1011010 | 0 | 110010 | 111010 | 10000 | 1000 | 111101 | 111100 |
Color Harmonies of #D76B5A
Complementary color
Monochromatic Colors of #D76B5A
Black with #D76B5A
Text Example
Text Example
White with #D76B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B5A; }
p { color: rgb(215,107,90); }
H1.HeaderClassName
{
color: #D76B5A;
}
.AnyTagClassName
{
color: #D76B5A;
}
</style>
background-color css
<style>
a { background-color: #D76B5A; }
a { background-color: rgb(215,107,90); }
div.DivClassName
{
background-color: #D76B5A;
}
.BgClassName
{
background-color: #D76B5A;
}
</style>
border-color css
<style>
span { border-color: #D76B5A; }
span { border-color: rgb(215,107,90); }
td.TdClassName
{
border-color: #D76B5A;
}
.TagClassName
{
border-color: #D76B5A;
}
</style>