Shades of Camelot #7E3E47
Tints of Camelot #7E3E47
RGB
CMYK
RGB Variations
Color information
#7E3E47 (or 0x7E3E47) is known color: Camelot. HEX triplet: 7E, 3E and 47. RGB value is (126,62,71). Sum of RGB (Red+Green+Blue) = 126+62+71=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3E47 is #81C1B8. Grayscale: #525252. Windows color (decimal): -8503737 or 4669054. OLE color: 4669054.
HSL color Cylindrical-coordinate representation of color #7E3E47: hue angle of 351.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E47 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 71 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.51 |
| HSL | 351.56º | 0.34% | 0.37% | - |
| HSV(B) | 351.56º | 0.51% | 0.49% | - |
| XYZ | 11.46 | 8.34 | 6.97 | - |
| YUV | 82.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 71 | 0 | 0.51 | 0.44 | 0.51 | 351.56 | 0.34 | 0.37 |
| Hex | 7E | 3E | 47 | 0 | 33 | 2C | 33 | 160 | 22 | 25 |
| Octal | 176 | 76 | 107 | 0 | 63 | 54 | 63 | 540 | 42 | 45 |
| Binary | 1111110 | 111110 | 1000111 | 0 | 110011 | 101100 | 110011 | 101100000 | 100010 | 100101 |
Color Harmonies of #7E3E47
Complementary color
Monochromatic Colors of #7E3E47
Black with #7E3E47
Text Example
Text Example
White with #7E3E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E47; }
p { color: rgb(126,62,71); }
H1.HeaderClassName
{
color: #7E3E47;
}
.AnyTagClassName
{
color: #7E3E47;
}
</style>
background-color css
<style>
a { background-color: #7E3E47; }
a { background-color: rgb(126,62,71); }
div.DivClassName
{
background-color: #7E3E47;
}
.BgClassName
{
background-color: #7E3E47;
}
</style>
border-color css
<style>
span { border-color: #7E3E47; }
span { border-color: rgb(126,62,71); }
td.TdClassName
{
border-color: #7E3E47;
}
.TagClassName
{
border-color: #7E3E47;
}
</style>