Shades of Roman #D76867
Tints of Roman #D76867
RGB
CMYK
RGB Variations
Color information
#D76867 (or 0xD76867) is known color: Roman. HEX triplet: D7, 68 and 67. RGB value is (215,104,103). Sum of RGB (Red+Green+Blue) = 215+104+103=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D76867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76867 is #289798. Grayscale: #898989. Windows color (decimal): -2660249 or 6777047. OLE color: 6777047.
HSL color Cylindrical-coordinate representation of color #D76867: hue angle of 0.54º 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 #D76867 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 103 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.16 |
| HSL | 0.54º | 0.58% | 0.62% | - |
| HSV(B) | 0.54º | 0.52% | 0.84% | - |
| XYZ | 35.42 | 25.33 | 15.85 | - |
| YUV | 137.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 103 | 0 | 0.52 | 0.52 | 0.16 | 0.54 | 0.58 | 0.62 |
| Hex | D7 | 68 | 67 | 0 | 34 | 34 | 10 | 1 | 3A | 3E |
| Octal | 327 | 150 | 147 | 0 | 64 | 64 | 20 | 1 | 72 | 76 |
| Binary | 11010111 | 1101000 | 1100111 | 0 | 110100 | 110100 | 10000 | 1 | 111010 | 111110 |
Color Harmonies of #D76867
Complementary color
Monochromatic Colors of #D76867
Black with #D76867
Text Example
Text Example
White with #D76867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76867; }
p { color: rgb(215,104,103); }
H1.HeaderClassName
{
color: #D76867;
}
.AnyTagClassName
{
color: #D76867;
}
</style>
background-color css
<style>
a { background-color: #D76867; }
a { background-color: rgb(215,104,103); }
div.DivClassName
{
background-color: #D76867;
}
.BgClassName
{
background-color: #D76867;
}
</style>
border-color css
<style>
span { border-color: #D76867; }
span { border-color: rgb(215,104,103); }
td.TdClassName
{
border-color: #D76867;
}
.TagClassName
{
border-color: #D76867;
}
</style>