Shades of Camelot #7C404C
Tints of Camelot #7C404C
RGB
CMYK
RGB Variations
Color information
#7C404C (or 0x7C404C) is known color: Camelot. HEX triplet: 7C, 40 and 4C. RGB value is (124,64,76). Sum of RGB (Red+Green+Blue) = 124+64+76=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C404C is #83BFB3. Grayscale: #535353. Windows color (decimal): -8634292 or 4997244. OLE color: 4997244.
HSL color Cylindrical-coordinate representation of color #7C404C: hue angle of 348º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C404C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 76 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.51 |
| HSL | 348º | 0.32% | 0.37% | - |
| HSV(B) | 348º | 0.48% | 0.49% | - |
| XYZ | 11.45 | 8.47 | 7.87 | - |
| YUV | 83.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 76 | 0 | 0.48 | 0.39 | 0.51 | 348 | 0.32 | 0.37 |
| Hex | 7C | 40 | 4C | 0 | 30 | 27 | 33 | 15C | 20 | 25 |
| Octal | 174 | 100 | 114 | 0 | 60 | 47 | 63 | 534 | 40 | 45 |
| Binary | 1111100 | 1000000 | 1001100 | 0 | 110000 | 100111 | 110011 | 101011100 | 100000 | 100101 |
Color Harmonies of #7C404C
Complementary color
Monochromatic Colors of #7C404C
Black with #7C404C
Text Example
Text Example
White with #7C404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C404C; }
p { color: rgb(124,64,76); }
H1.HeaderClassName
{
color: #7C404C;
}
.AnyTagClassName
{
color: #7C404C;
}
</style>
background-color css
<style>
a { background-color: #7C404C; }
a { background-color: rgb(124,64,76); }
div.DivClassName
{
background-color: #7C404C;
}
.BgClassName
{
background-color: #7C404C;
}
</style>
border-color css
<style>
span { border-color: #7C404C; }
span { border-color: rgb(124,64,76); }
td.TdClassName
{
border-color: #7C404C;
}
.TagClassName
{
border-color: #7C404C;
}
</style>