Shades of Roman #D76754
Tints of Roman #D76754
RGB
CMYK
RGB Variations
Color information
#D76754 (or 0xD76754) is known color: Roman. HEX triplet: D7, 67 and 54. RGB value is (215,103,84). Sum of RGB (Red+Green+Blue) = 215+103+84=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D76754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76754 is #2898AB. Grayscale: #868686. Windows color (decimal): -2660524 or 5531607. OLE color: 5531607.
HSL color Cylindrical-coordinate representation of color #D76754: hue angle of 8.7º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76754 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 84 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.16 |
| HSL | 8.7º | 0.62% | 0.59% | - |
| HSV(B) | 8.7º | 0.61% | 0.84% | - |
| XYZ | 34.47 | 24.79 | 11.35 | - |
| YUV | 134.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 84 | 0 | 0.52 | 0.61 | 0.16 | 8.7 | 0.62 | 0.59 |
| Hex | D7 | 67 | 54 | 0 | 34 | 3D | 10 | 9 | 3E | 3B |
| Octal | 327 | 147 | 124 | 0 | 64 | 75 | 20 | 11 | 76 | 73 |
| Binary | 11010111 | 1100111 | 1010100 | 0 | 110100 | 111101 | 10000 | 1001 | 111110 | 111011 |
Color Harmonies of #D76754
Complementary color
Monochromatic Colors of #D76754
Black with #D76754
Text Example
Text Example
White with #D76754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76754; }
p { color: rgb(215,103,84); }
H1.HeaderClassName
{
color: #D76754;
}
.AnyTagClassName
{
color: #D76754;
}
</style>
background-color css
<style>
a { background-color: #D76754; }
a { background-color: rgb(215,103,84); }
div.DivClassName
{
background-color: #D76754;
}
.BgClassName
{
background-color: #D76754;
}
</style>
border-color css
<style>
span { border-color: #D76754; }
span { border-color: rgb(215,103,84); }
td.TdClassName
{
border-color: #D76754;
}
.TagClassName
{
border-color: #D76754;
}
</style>