Shades of Camelot #7C424C
Tints of Camelot #7C424C
RGB
CMYK
RGB Variations
Color information
#7C424C (or 0x7C424C) is known color: Camelot. HEX triplet: 7C, 42 and 4C. RGB value is (124,66,76). Sum of RGB (Red+Green+Blue) = 124+66+76=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C424C is #83BDB3. Grayscale: #545454. Windows color (decimal): -8633780 or 4997756. OLE color: 4997756.
HSL color Cylindrical-coordinate representation of color #7C424C: hue angle of 349.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C424C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 76 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.51 |
| HSL | 349.66º | 0.31% | 0.37% | - |
| HSV(B) | 349.66º | 0.47% | 0.49% | - |
| XYZ | 11.56 | 8.7 | 7.91 | - |
| YUV | 84.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 76 | 0 | 0.47 | 0.39 | 0.51 | 349.66 | 0.31 | 0.37 |
| Hex | 7C | 42 | 4C | 0 | 2F | 27 | 33 | 15E | 1F | 25 |
| Octal | 174 | 102 | 114 | 0 | 57 | 47 | 63 | 536 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1001100 | 0 | 101111 | 100111 | 110011 | 101011110 | 11111 | 100101 |
Color Harmonies of #7C424C
Complementary color
Monochromatic Colors of #7C424C
Black with #7C424C
Text Example
Text Example
White with #7C424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C424C; }
p { color: rgb(124,66,76); }
H1.HeaderClassName
{
color: #7C424C;
}
.AnyTagClassName
{
color: #7C424C;
}
</style>
background-color css
<style>
a { background-color: #7C424C; }
a { background-color: rgb(124,66,76); }
div.DivClassName
{
background-color: #7C424C;
}
.BgClassName
{
background-color: #7C424C;
}
</style>
border-color css
<style>
span { border-color: #7C424C; }
span { border-color: rgb(124,66,76); }
td.TdClassName
{
border-color: #7C424C;
}
.TagClassName
{
border-color: #7C424C;
}
</style>