Shades of Roman #D76758
Tints of Roman #D76758
RGB
CMYK
RGB Variations
Color information
#D76758 (or 0xD76758) is known color: Roman. HEX triplet: D7, 67 and 58. RGB value is (215,103,88). Sum of RGB (Red+Green+Blue) = 215+103+88=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D76758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76758 is #2898A7. Grayscale: #868686. Windows color (decimal): -2660520 or 5793751. OLE color: 5793751.
HSL color Cylindrical-coordinate representation of color #D76758: hue angle of 7.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D76758 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 88 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.16 |
| HSL | 7.09º | 0.61% | 0.59% | - |
| HSV(B) | 7.09º | 0.59% | 0.84% | - |
| XYZ | 34.64 | 24.85 | 12.2 | - |
| YUV | 134.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 88 | 0 | 0.52 | 0.59 | 0.16 | 7.09 | 0.61 | 0.59 |
| Hex | D7 | 67 | 58 | 0 | 34 | 3B | 10 | 7 | 3D | 3B |
| Octal | 327 | 147 | 130 | 0 | 64 | 73 | 20 | 7 | 75 | 73 |
| Binary | 11010111 | 1100111 | 1011000 | 0 | 110100 | 111011 | 10000 | 111 | 111101 | 111011 |
Color Harmonies of #D76758
Complementary color
Monochromatic Colors of #D76758
Black with #D76758
Text Example
Text Example
White with #D76758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76758; }
p { color: rgb(215,103,88); }
H1.HeaderClassName
{
color: #D76758;
}
.AnyTagClassName
{
color: #D76758;
}
</style>
background-color css
<style>
a { background-color: #D76758; }
a { background-color: rgb(215,103,88); }
div.DivClassName
{
background-color: #D76758;
}
.BgClassName
{
background-color: #D76758;
}
</style>
border-color css
<style>
span { border-color: #D76758; }
span { border-color: rgb(215,103,88); }
td.TdClassName
{
border-color: #D76758;
}
.TagClassName
{
border-color: #D76758;
}
</style>