Shades of Camelot #7C3949
Tints of Camelot #7C3949
RGB
CMYK
RGB Variations
Color information
#7C3949 (or 0x7C3949) is known color: Camelot. HEX triplet: 7C, 39 and 49. RGB value is (124,57,73). Sum of RGB (Red+Green+Blue) = 124+57+73=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3949 is #83C6B6. Grayscale: #4E4E4E. Windows color (decimal): -8636087 or 4798844. OLE color: 4798844.
HSL color Cylindrical-coordinate representation of color #7C3949: hue angle of 345.67º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3949 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 73 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.51 |
| HSL | 345.67º | 0.37% | 0.35% | - |
| HSV(B) | 345.67º | 0.54% | 0.49% | - |
| XYZ | 10.98 | 7.69 | 7.21 | - |
| YUV | 78.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 73 | 0 | 0.54 | 0.41 | 0.51 | 345.67 | 0.37 | 0.35 |
| Hex | 7C | 39 | 49 | 0 | 36 | 29 | 33 | 15A | 25 | 23 |
| Octal | 174 | 71 | 111 | 0 | 66 | 51 | 63 | 532 | 45 | 43 |
| Binary | 1111100 | 111001 | 1001001 | 0 | 110110 | 101001 | 110011 | 101011010 | 100101 | 100011 |
Color Harmonies of #7C3949
Complementary color
Monochromatic Colors of #7C3949
Black with #7C3949
Text Example
Text Example
White with #7C3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3949; }
p { color: rgb(124,57,73); }
H1.HeaderClassName
{
color: #7C3949;
}
.AnyTagClassName
{
color: #7C3949;
}
</style>
background-color css
<style>
a { background-color: #7C3949; }
a { background-color: rgb(124,57,73); }
div.DivClassName
{
background-color: #7C3949;
}
.BgClassName
{
background-color: #7C3949;
}
</style>
border-color css
<style>
span { border-color: #7C3949; }
span { border-color: rgb(124,57,73); }
td.TdClassName
{
border-color: #7C3949;
}
.TagClassName
{
border-color: #7C3949;
}
</style>