Shades of Roman #D76763
Tints of Roman #D76763
RGB
CMYK
RGB Variations
Color information
#D76763 (or 0xD76763) is known color: Roman. HEX triplet: D7, 67 and 63. RGB value is (215,103,99). Sum of RGB (Red+Green+Blue) = 215+103+99=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76763 is #28989C. Grayscale: #888888. Windows color (decimal): -2660509 or 6514647. OLE color: 6514647.
HSL color Cylindrical-coordinate representation of color #D76763: hue angle of 2.07º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76763 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 99 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.16 |
| HSL | 2.07º | 0.59% | 0.62% | - |
| HSV(B) | 2.07º | 0.54% | 0.84% | - |
| XYZ | 35.13 | 25.05 | 14.79 | - |
| YUV | 136.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 99 | 0 | 0.52 | 0.54 | 0.16 | 2.07 | 0.59 | 0.62 |
| Hex | D7 | 67 | 63 | 0 | 34 | 36 | 10 | 2 | 3B | 3E |
| Octal | 327 | 147 | 143 | 0 | 64 | 66 | 20 | 2 | 73 | 76 |
| Binary | 11010111 | 1100111 | 1100011 | 0 | 110100 | 110110 | 10000 | 10 | 111011 | 111110 |
Color Harmonies of #D76763
Complementary color
Monochromatic Colors of #D76763
Black with #D76763
Text Example
Text Example
White with #D76763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76763; }
p { color: rgb(215,103,99); }
H1.HeaderClassName
{
color: #D76763;
}
.AnyTagClassName
{
color: #D76763;
}
</style>
background-color css
<style>
a { background-color: #D76763; }
a { background-color: rgb(215,103,99); }
div.DivClassName
{
background-color: #D76763;
}
.BgClassName
{
background-color: #D76763;
}
</style>
border-color css
<style>
span { border-color: #D76763; }
span { border-color: rgb(215,103,99); }
td.TdClassName
{
border-color: #D76763;
}
.TagClassName
{
border-color: #D76763;
}
</style>