Shades of Roman #D76865
Tints of Roman #D76865
RGB
CMYK
RGB Variations
Color information
#D76865 (or 0xD76865) is known color: Roman. HEX triplet: D7, 68 and 65. RGB value is (215,104,101). Sum of RGB (Red+Green+Blue) = 215+104+101=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76865 is #28979A. Grayscale: #888888. Windows color (decimal): -2660251 or 6645975. OLE color: 6645975.
HSL color Cylindrical-coordinate representation of color #D76865: hue angle of 1.58º 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 #D76865 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 101 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.16 |
| HSL | 1.58º | 0.59% | 0.62% | - |
| HSV(B) | 1.58º | 0.53% | 0.84% | - |
| XYZ | 35.32 | 25.29 | 15.33 | - |
| YUV | 136.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 101 | 0 | 0.52 | 0.53 | 0.16 | 1.58 | 0.59 | 0.62 |
| Hex | D7 | 68 | 65 | 0 | 34 | 35 | 10 | 2 | 3B | 3E |
| Octal | 327 | 150 | 145 | 0 | 64 | 65 | 20 | 2 | 73 | 76 |
| Binary | 11010111 | 1101000 | 1100101 | 0 | 110100 | 110101 | 10000 | 10 | 111011 | 111110 |
Color Harmonies of #D76865
Complementary color
Monochromatic Colors of #D76865
Black with #D76865
Text Example
Text Example
White with #D76865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76865; }
p { color: rgb(215,104,101); }
H1.HeaderClassName
{
color: #D76865;
}
.AnyTagClassName
{
color: #D76865;
}
</style>
background-color css
<style>
a { background-color: #D76865; }
a { background-color: rgb(215,104,101); }
div.DivClassName
{
background-color: #D76865;
}
.BgClassName
{
background-color: #D76865;
}
</style>
border-color css
<style>
span { border-color: #D76865; }
span { border-color: rgb(215,104,101); }
td.TdClassName
{
border-color: #D76865;
}
.TagClassName
{
border-color: #D76865;
}
</style>