Shades of Roman #D76C64
Tints of Roman #D76C64
RGB
CMYK
RGB Variations
Color information
#D76C64 (or 0xD76C64) is known color: Roman. HEX triplet: D7, 6C and 64. RGB value is (215,108,100). Sum of RGB (Red+Green+Blue) = 215+108+100=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C64 is #28939B. Grayscale: #8B8B8B. Windows color (decimal): -2659228 or 6581463. OLE color: 6581463.
HSL color Cylindrical-coordinate representation of color #D76C64: hue angle of 4.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76C64 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 100 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.16 |
| HSL | 4.17º | 0.59% | 0.62% | - |
| HSV(B) | 4.17º | 0.53% | 0.84% | - |
| XYZ | 35.69 | 26.09 | 15.21 | - |
| YUV | 139.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 100 | 0 | 0.50 | 0.53 | 0.16 | 4.17 | 0.59 | 0.62 |
| Hex | D7 | 6C | 64 | 0 | 32 | 35 | 10 | 4 | 3B | 3E |
| Octal | 327 | 154 | 144 | 0 | 62 | 65 | 20 | 4 | 73 | 76 |
| Binary | 11010111 | 1101100 | 1100100 | 0 | 110010 | 110101 | 10000 | 100 | 111011 | 111110 |
Color Harmonies of #D76C64
Complementary color
Monochromatic Colors of #D76C64
Black with #D76C64
Text Example
Text Example
White with #D76C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C64; }
p { color: rgb(215,108,100); }
H1.HeaderClassName
{
color: #D76C64;
}
.AnyTagClassName
{
color: #D76C64;
}
</style>
background-color css
<style>
a { background-color: #D76C64; }
a { background-color: rgb(215,108,100); }
div.DivClassName
{
background-color: #D76C64;
}
.BgClassName
{
background-color: #D76C64;
}
</style>
border-color css
<style>
span { border-color: #D76C64; }
span { border-color: rgb(215,108,100); }
td.TdClassName
{
border-color: #D76C64;
}
.TagClassName
{
border-color: #D76C64;
}
</style>