Shades of Roman #D76B65
Tints of Roman #D76B65
RGB
CMYK
RGB Variations
Color information
#D76B65 (or 0xD76B65) is known color: Roman. HEX triplet: D7, 6B and 65. RGB value is (215,107,101). Sum of RGB (Red+Green+Blue) = 215+107+101=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B65 is #28949A. Grayscale: #8A8A8A. Windows color (decimal): -2659483 or 6646743. OLE color: 6646743.
HSL color Cylindrical-coordinate representation of color #D76B65: hue angle of 3.16º 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 #D76B65 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 101 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.16 |
| HSL | 3.16º | 0.59% | 0.62% | - |
| HSV(B) | 3.16º | 0.53% | 0.84% | - |
| XYZ | 35.63 | 25.9 | 15.43 | - |
| YUV | 138.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 101 | 0 | 0.50 | 0.53 | 0.16 | 3.16 | 0.59 | 0.62 |
| Hex | D7 | 6B | 65 | 0 | 32 | 35 | 10 | 3 | 3B | 3E |
| Octal | 327 | 153 | 145 | 0 | 62 | 65 | 20 | 3 | 73 | 76 |
| Binary | 11010111 | 1101011 | 1100101 | 0 | 110010 | 110101 | 10000 | 11 | 111011 | 111110 |
Color Harmonies of #D76B65
Complementary color
Monochromatic Colors of #D76B65
Black with #D76B65
Text Example
Text Example
White with #D76B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B65; }
p { color: rgb(215,107,101); }
H1.HeaderClassName
{
color: #D76B65;
}
.AnyTagClassName
{
color: #D76B65;
}
</style>
background-color css
<style>
a { background-color: #D76B65; }
a { background-color: rgb(215,107,101); }
div.DivClassName
{
background-color: #D76B65;
}
.BgClassName
{
background-color: #D76B65;
}
</style>
border-color css
<style>
span { border-color: #D76B65; }
span { border-color: rgb(215,107,101); }
td.TdClassName
{
border-color: #D76B65;
}
.TagClassName
{
border-color: #D76B65;
}
</style>