Shades of Red Damask #D7764F
Tints of Red Damask #D7764F
RGB
CMYK
RGB Variations
Color information
#D7764F (or 0xD7764F) is known color: Red Damask. HEX triplet: D7, 76 and 4F. RGB value is (215,118,79). Sum of RGB (Red+Green+Blue) = 215+118+79=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7764F is #2889B0. Grayscale: #8E8E8E. Windows color (decimal): -2656689 or 5207767. OLE color: 5207767.
HSL color Cylindrical-coordinate representation of color #D7764F: hue angle of 17.21º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7764F is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 79 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.16 |
| HSL | 17.21º | 0.63% | 0.58% | - |
| HSV(B) | 17.21º | 0.63% | 0.84% | - |
| XYZ | 35.91 | 27.97 | 10.9 | - |
| YUV | 142.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 79 | 0 | 0.45 | 0.63 | 0.16 | 17.21 | 0.63 | 0.58 |
| Hex | D7 | 76 | 4F | 0 | 2D | 3F | 10 | 11 | 3F | 3A |
| Octal | 327 | 166 | 117 | 0 | 55 | 77 | 20 | 21 | 77 | 72 |
| Binary | 11010111 | 1110110 | 1001111 | 0 | 101101 | 111111 | 10000 | 10001 | 111111 | 111010 |
Color Harmonies of #D7764F
Complementary color
Monochromatic Colors of #D7764F
Black with #D7764F
Text Example
Text Example
White with #D7764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7764F; }
p { color: rgb(215,118,79); }
H1.HeaderClassName
{
color: #D7764F;
}
.AnyTagClassName
{
color: #D7764F;
}
</style>
background-color css
<style>
a { background-color: #D7764F; }
a { background-color: rgb(215,118,79); }
div.DivClassName
{
background-color: #D7764F;
}
.BgClassName
{
background-color: #D7764F;
}
</style>
border-color css
<style>
span { border-color: #D7764F; }
span { border-color: rgb(215,118,79); }
td.TdClassName
{
border-color: #D7764F;
}
.TagClassName
{
border-color: #D7764F;
}
</style>