Shades of Red Damask #C7754D
Tints of Red Damask #C7754D
RGB
CMYK
RGB Variations
Color information
#C7754D (or 0xC7754D) is known color: Red Damask. HEX triplet: C7, 75 and 4D. RGB value is (199,117,77). Sum of RGB (Red+Green+Blue) = 199+117+77=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7754D is #388AB2. Grayscale: #898989. Windows color (decimal): -3705523 or 5076423. OLE color: 5076423.
HSL color Cylindrical-coordinate representation of color #C7754D: hue angle of 19.67º 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 #C7754D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 77 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.22 |
| HSL | 19.67º | 0.52% | 0.54% | - |
| HSV(B) | 19.67º | 0.61% | 0.78% | - |
| XYZ | 31.25 | 25.4 | 10.28 | - |
| YUV | 136.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 77 | 0 | 0.41 | 0.61 | 0.22 | 19.67 | 0.52 | 0.54 |
| Hex | C7 | 75 | 4D | 0 | 29 | 3D | 16 | 14 | 34 | 36 |
| Octal | 307 | 165 | 115 | 0 | 51 | 75 | 26 | 24 | 64 | 66 |
| Binary | 11000111 | 1110101 | 1001101 | 0 | 101001 | 111101 | 10110 | 10100 | 110100 | 110110 |
Color Harmonies of #C7754D
Complementary color
Monochromatic Colors of #C7754D
Black with #C7754D
Text Example
Text Example
White with #C7754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7754D; }
p { color: rgb(199,117,77); }
H1.HeaderClassName
{
color: #C7754D;
}
.AnyTagClassName
{
color: #C7754D;
}
</style>
background-color css
<style>
a { background-color: #C7754D; }
a { background-color: rgb(199,117,77); }
div.DivClassName
{
background-color: #C7754D;
}
.BgClassName
{
background-color: #C7754D;
}
</style>
border-color css
<style>
span { border-color: #C7754D; }
span { border-color: rgb(199,117,77); }
td.TdClassName
{
border-color: #C7754D;
}
.TagClassName
{
border-color: #C7754D;
}
</style>