Shades of Roman #D76C68
Tints of Roman #D76C68
RGB
CMYK
RGB Variations
Color information
#D76C68 (or 0xD76C68) is known color: Roman. HEX triplet: D7, 6C and 68. RGB value is (215,108,104). Sum of RGB (Red+Green+Blue) = 215+108+104=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C68 is #289397. Grayscale: #8B8B8B. Windows color (decimal): -2659224 or 6843607. OLE color: 6843607.
HSL color Cylindrical-coordinate representation of color #D76C68: hue angle of 2.16º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76C68 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 104 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.16 |
| HSL | 2.16º | 0.58% | 0.63% | - |
| HSV(B) | 2.16º | 0.52% | 0.84% | - |
| XYZ | 35.89 | 26.17 | 16.26 | - |
| YUV | 139.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 104 | 0 | 0.50 | 0.52 | 0.16 | 2.16 | 0.58 | 0.63 |
| Hex | D7 | 6C | 68 | 0 | 32 | 34 | 10 | 2 | 3A | 3F |
| Octal | 327 | 154 | 150 | 0 | 62 | 64 | 20 | 2 | 72 | 77 |
| Binary | 11010111 | 1101100 | 1101000 | 0 | 110010 | 110100 | 10000 | 10 | 111010 | 111111 |
Color Harmonies of #D76C68
Complementary color
Monochromatic Colors of #D76C68
Black with #D76C68
Text Example
Text Example
White with #D76C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C68; }
p { color: rgb(215,108,104); }
H1.HeaderClassName
{
color: #D76C68;
}
.AnyTagClassName
{
color: #D76C68;
}
</style>
background-color css
<style>
a { background-color: #D76C68; }
a { background-color: rgb(215,108,104); }
div.DivClassName
{
background-color: #D76C68;
}
.BgClassName
{
background-color: #D76C68;
}
</style>
border-color css
<style>
span { border-color: #D76C68; }
span { border-color: rgb(215,108,104); }
td.TdClassName
{
border-color: #D76C68;
}
.TagClassName
{
border-color: #D76C68;
}
</style>