Shades of Camelot #7C3946
Tints of Camelot #7C3946
RGB
CMYK
RGB Variations
Color information
#7C3946 (or 0x7C3946) is known color: Camelot. HEX triplet: 7C, 39 and 46. RGB value is (124,57,70). Sum of RGB (Red+Green+Blue) = 124+57+70=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3946 is #83C6B9. Grayscale: #4E4E4E. Windows color (decimal): -8636090 or 4602236. OLE color: 4602236.
HSL color Cylindrical-coordinate representation of color #7C3946: hue angle of 348.36º 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 #7C3946 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 70 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.51 |
| HSL | 348.36º | 0.37% | 0.35% | - |
| HSV(B) | 348.36º | 0.54% | 0.49% | - |
| XYZ | 10.88 | 7.65 | 6.7 | - |
| YUV | 78.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 70 | 0 | 0.54 | 0.44 | 0.51 | 348.36 | 0.37 | 0.35 |
| Hex | 7C | 39 | 46 | 0 | 36 | 2C | 33 | 15C | 25 | 23 |
| Octal | 174 | 71 | 106 | 0 | 66 | 54 | 63 | 534 | 45 | 43 |
| Binary | 1111100 | 111001 | 1000110 | 0 | 110110 | 101100 | 110011 | 101011100 | 100101 | 100011 |
Color Harmonies of #7C3946
Complementary color
Monochromatic Colors of #7C3946
Black with #7C3946
Text Example
Text Example
White with #7C3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3946; }
p { color: rgb(124,57,70); }
H1.HeaderClassName
{
color: #7C3946;
}
.AnyTagClassName
{
color: #7C3946;
}
</style>
background-color css
<style>
a { background-color: #7C3946; }
a { background-color: rgb(124,57,70); }
div.DivClassName
{
background-color: #7C3946;
}
.BgClassName
{
background-color: #7C3946;
}
</style>
border-color css
<style>
span { border-color: #7C3946; }
span { border-color: rgb(124,57,70); }
td.TdClassName
{
border-color: #7C3946;
}
.TagClassName
{
border-color: #7C3946;
}
</style>