Shades of Roman #D76B64
Tints of Roman #D76B64
RGB
CMYK
RGB Variations
Color information
#D76B64 (or 0xD76B64) is known color: Roman. HEX triplet: D7, 6B and 64. RGB value is (215,107,100). Sum of RGB (Red+Green+Blue) = 215+107+100=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B64 is #28949B. Grayscale: #8A8A8A. Windows color (decimal): -2659484 or 6581207. OLE color: 6581207.
HSL color Cylindrical-coordinate representation of color #D76B64: hue angle of 3.65º 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 #D76B64 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 100 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.16 |
| HSL | 3.65º | 0.59% | 0.62% | - |
| HSV(B) | 3.65º | 0.53% | 0.84% | - |
| XYZ | 35.58 | 25.88 | 15.18 | - |
| YUV | 138.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 100 | 0 | 0.50 | 0.53 | 0.16 | 3.65 | 0.59 | 0.62 |
| Hex | D7 | 6B | 64 | 0 | 32 | 35 | 10 | 4 | 3B | 3E |
| Octal | 327 | 153 | 144 | 0 | 62 | 65 | 20 | 4 | 73 | 76 |
| Binary | 11010111 | 1101011 | 1100100 | 0 | 110010 | 110101 | 10000 | 100 | 111011 | 111110 |
Color Harmonies of #D76B64
Complementary color
Monochromatic Colors of #D76B64
Black with #D76B64
Text Example
Text Example
White with #D76B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B64; }
p { color: rgb(215,107,100); }
H1.HeaderClassName
{
color: #D76B64;
}
.AnyTagClassName
{
color: #D76B64;
}
</style>
background-color css
<style>
a { background-color: #D76B64; }
a { background-color: rgb(215,107,100); }
div.DivClassName
{
background-color: #D76B64;
}
.BgClassName
{
background-color: #D76B64;
}
</style>
border-color css
<style>
span { border-color: #D76B64; }
span { border-color: rgb(215,107,100); }
td.TdClassName
{
border-color: #D76B64;
}
.TagClassName
{
border-color: #D76B64;
}
</style>