Shades of Roman #D76D67
Tints of Roman #D76D67
RGB
CMYK
RGB Variations
Color information
#D76D67 (or 0xD76D67) is known color: Roman. HEX triplet: D7, 6D and 67. RGB value is (215,109,103). Sum of RGB (Red+Green+Blue) = 215+109+103=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D67 is #289298. Grayscale: #8C8C8C. Windows color (decimal): -2658969 or 6778327. OLE color: 6778327.
HSL color Cylindrical-coordinate representation of color #D76D67: hue angle of 3.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76D67 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 103 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.16 |
| HSL | 3.21º | 0.58% | 0.62% | - |
| HSV(B) | 3.21º | 0.52% | 0.84% | - |
| XYZ | 35.94 | 26.36 | 16.03 | - |
| YUV | 140.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 103 | 0 | 0.49 | 0.52 | 0.16 | 3.21 | 0.58 | 0.62 |
| Hex | D7 | 6D | 67 | 0 | 31 | 34 | 10 | 3 | 3A | 3E |
| Octal | 327 | 155 | 147 | 0 | 61 | 64 | 20 | 3 | 72 | 76 |
| Binary | 11010111 | 1101101 | 1100111 | 0 | 110001 | 110100 | 10000 | 11 | 111010 | 111110 |
Color Harmonies of #D76D67
Complementary color
Monochromatic Colors of #D76D67
Black with #D76D67
Text Example
Text Example
White with #D76D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D67; }
p { color: rgb(215,109,103); }
H1.HeaderClassName
{
color: #D76D67;
}
.AnyTagClassName
{
color: #D76D67;
}
</style>
background-color css
<style>
a { background-color: #D76D67; }
a { background-color: rgb(215,109,103); }
div.DivClassName
{
background-color: #D76D67;
}
.BgClassName
{
background-color: #D76D67;
}
</style>
border-color css
<style>
span { border-color: #D76D67; }
span { border-color: rgb(215,109,103); }
td.TdClassName
{
border-color: #D76D67;
}
.TagClassName
{
border-color: #D76D67;
}
</style>