Shades of Red Damask #C7764D
Tints of Red Damask #C7764D
RGB
CMYK
RGB Variations
Color information
#C7764D (or 0xC7764D) is known color: Red Damask. HEX triplet: C7, 76 and 4D. RGB value is (199,118,77). Sum of RGB (Red+Green+Blue) = 199+118+77=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7764D is #3889B2. Grayscale: #898989. Windows color (decimal): -3705267 or 5076679. OLE color: 5076679.
HSL color Cylindrical-coordinate representation of color #C7764D: hue angle of 20.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7764D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 77 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.22 |
| HSL | 20.16º | 0.52% | 0.54% | - |
| HSV(B) | 20.16º | 0.61% | 0.78% | - |
| XYZ | 31.37 | 25.63 | 10.32 | - |
| YUV | 137.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 77 | 0 | 0.41 | 0.61 | 0.22 | 20.16 | 0.52 | 0.54 |
| Hex | C7 | 76 | 4D | 0 | 29 | 3D | 16 | 14 | 34 | 36 |
| Octal | 307 | 166 | 115 | 0 | 51 | 75 | 26 | 24 | 64 | 66 |
| Binary | 11000111 | 1110110 | 1001101 | 0 | 101001 | 111101 | 10110 | 10100 | 110100 | 110110 |
Color Harmonies of #C7764D
Complementary color
Monochromatic Colors of #C7764D
Black with #C7764D
Text Example
Text Example
White with #C7764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7764D; }
p { color: rgb(199,118,77); }
H1.HeaderClassName
{
color: #C7764D;
}
.AnyTagClassName
{
color: #C7764D;
}
</style>
background-color css
<style>
a { background-color: #C7764D; }
a { background-color: rgb(199,118,77); }
div.DivClassName
{
background-color: #C7764D;
}
.BgClassName
{
background-color: #C7764D;
}
</style>
border-color css
<style>
span { border-color: #C7764D; }
span { border-color: rgb(199,118,77); }
td.TdClassName
{
border-color: #C7764D;
}
.TagClassName
{
border-color: #C7764D;
}
</style>