Shades of Roman #D76A58
Tints of Roman #D76A58
RGB
CMYK
RGB Variations
Color information
#D76A58 (or 0xD76A58) is known color: Roman. HEX triplet: D7, 6A and 58. RGB value is (215,106,88). Sum of RGB (Red+Green+Blue) = 215+106+88=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A58 is #2895A7. Grayscale: #888888. Windows color (decimal): -2659752 or 5794519. OLE color: 5794519.
HSL color Cylindrical-coordinate representation of color #D76A58: hue angle of 8.5º 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 #D76A58 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 88 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.16 |
| HSL | 8.5º | 0.61% | 0.59% | - |
| HSV(B) | 8.5º | 0.59% | 0.84% | - |
| XYZ | 34.94 | 25.46 | 12.31 | - |
| YUV | 136.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 88 | 0 | 0.51 | 0.59 | 0.16 | 8.5 | 0.61 | 0.59 |
| Hex | D7 | 6A | 58 | 0 | 33 | 3B | 10 | 9 | 3D | 3B |
| Octal | 327 | 152 | 130 | 0 | 63 | 73 | 20 | 11 | 75 | 73 |
| Binary | 11010111 | 1101010 | 1011000 | 0 | 110011 | 111011 | 10000 | 1001 | 111101 | 111011 |
Color Harmonies of #D76A58
Complementary color
Monochromatic Colors of #D76A58
Black with #D76A58
Text Example
Text Example
White with #D76A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A58; }
p { color: rgb(215,106,88); }
H1.HeaderClassName
{
color: #D76A58;
}
.AnyTagClassName
{
color: #D76A58;
}
</style>
background-color css
<style>
a { background-color: #D76A58; }
a { background-color: rgb(215,106,88); }
div.DivClassName
{
background-color: #D76A58;
}
.BgClassName
{
background-color: #D76A58;
}
</style>
border-color css
<style>
span { border-color: #D76A58; }
span { border-color: rgb(215,106,88); }
td.TdClassName
{
border-color: #D76A58;
}
.TagClassName
{
border-color: #D76A58;
}
</style>