Shades of Camelot #7E3543
Tints of Camelot #7E3543
RGB
CMYK
RGB Variations
Color information
#7E3543 (or 0x7E3543) is known color: Camelot. HEX triplet: 7E, 35 and 43. RGB value is (126,53,67). Sum of RGB (Red+Green+Blue) = 126+53+67=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3543 is #81CABC. Grayscale: #4C4C4C. Windows color (decimal): -8506045 or 4404606. OLE color: 4404606.
HSL color Cylindrical-coordinate representation of color #7E3543: hue angle of 348.49º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3543 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 67 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.51 |
| HSL | 348.49º | 0.41% | 0.35% | - |
| HSV(B) | 348.49º | 0.58% | 0.49% | - |
| XYZ | 10.89 | 7.39 | 6.16 | - |
| YUV | 76.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 67 | 0 | 0.58 | 0.47 | 0.51 | 348.49 | 0.41 | 0.35 |
| Hex | 7E | 35 | 43 | 0 | 3A | 2F | 33 | 15C | 29 | 23 |
| Octal | 176 | 65 | 103 | 0 | 72 | 57 | 63 | 534 | 51 | 43 |
| Binary | 1111110 | 110101 | 1000011 | 0 | 111010 | 101111 | 110011 | 101011100 | 101001 | 100011 |
Color Harmonies of #7E3543
Complementary color
Monochromatic Colors of #7E3543
Black with #7E3543
Text Example
Text Example
White with #7E3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3543; }
p { color: rgb(126,53,67); }
H1.HeaderClassName
{
color: #7E3543;
}
.AnyTagClassName
{
color: #7E3543;
}
</style>
background-color css
<style>
a { background-color: #7E3543; }
a { background-color: rgb(126,53,67); }
div.DivClassName
{
background-color: #7E3543;
}
.BgClassName
{
background-color: #7E3543;
}
</style>
border-color css
<style>
span { border-color: #7E3543; }
span { border-color: rgb(126,53,67); }
td.TdClassName
{
border-color: #7E3543;
}
.TagClassName
{
border-color: #7E3543;
}
</style>