Shades of Camelot #7C3347
Tints of Camelot #7C3347
RGB
CMYK
RGB Variations
Color information
#7C3347 (or 0x7C3347) is known color: Camelot. HEX triplet: 7C, 33 and 47. RGB value is (124,51,71). Sum of RGB (Red+Green+Blue) = 124+51+71=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3347 is #83CCB8. Grayscale: #4B4B4B. Windows color (decimal): -8637625 or 4666236. OLE color: 4666236.
HSL color Cylindrical-coordinate representation of color #7C3347: hue angle of 343.56º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3347 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 71 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.51 |
| HSL | 343.56º | 0.42% | 0.34% | - |
| HSV(B) | 343.56º | 0.59% | 0.49% | - |
| XYZ | 10.63 | 7.11 | 6.77 | - |
| YUV | 75.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 71 | 0 | 0.59 | 0.43 | 0.51 | 343.56 | 0.42 | 0.34 |
| Hex | 7C | 33 | 47 | 0 | 3B | 2B | 33 | 158 | 2A | 22 |
| Octal | 174 | 63 | 107 | 0 | 73 | 53 | 63 | 530 | 52 | 42 |
| Binary | 1111100 | 110011 | 1000111 | 0 | 111011 | 101011 | 110011 | 101011000 | 101010 | 100010 |
Color Harmonies of #7C3347
Complementary color
Monochromatic Colors of #7C3347
Black with #7C3347
Text Example
Text Example
White with #7C3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3347; }
p { color: rgb(124,51,71); }
H1.HeaderClassName
{
color: #7C3347;
}
.AnyTagClassName
{
color: #7C3347;
}
</style>
background-color css
<style>
a { background-color: #7C3347; }
a { background-color: rgb(124,51,71); }
div.DivClassName
{
background-color: #7C3347;
}
.BgClassName
{
background-color: #7C3347;
}
</style>
border-color css
<style>
span { border-color: #7C3347; }
span { border-color: rgb(124,51,71); }
td.TdClassName
{
border-color: #7C3347;
}
.TagClassName
{
border-color: #7C3347;
}
</style>