Shades of Camelot #7E3A4A
Tints of Camelot #7E3A4A
RGB
CMYK
RGB Variations
Color information
#7E3A4A (or 0x7E3A4A) is known color: Camelot. HEX triplet: 7E, 3A and 4A. RGB value is (126,58,74). Sum of RGB (Red+Green+Blue) = 126+58+74=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3A4A is #81C5B5. Grayscale: #505050. Windows color (decimal): -8504758 or 4864638. OLE color: 4864638.
HSL color Cylindrical-coordinate representation of color #7E3A4A: hue angle of 345.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A4A is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 74 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.51 |
| HSL | 345.88º | 0.37% | 0.36% | - |
| HSV(B) | 345.88º | 0.54% | 0.49% | - |
| XYZ | 11.35 | 7.96 | 7.42 | - |
| YUV | 80.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 74 | 0 | 0.54 | 0.41 | 0.51 | 345.88 | 0.37 | 0.36 |
| Hex | 7E | 3A | 4A | 0 | 36 | 29 | 33 | 15A | 25 | 24 |
| Octal | 176 | 72 | 112 | 0 | 66 | 51 | 63 | 532 | 45 | 44 |
| Binary | 1111110 | 111010 | 1001010 | 0 | 110110 | 101001 | 110011 | 101011010 | 100101 | 100100 |
Color Harmonies of #7E3A4A
Complementary color
Monochromatic Colors of #7E3A4A
Black with #7E3A4A
Text Example
Text Example
White with #7E3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A4A; }
p { color: rgb(126,58,74); }
H1.HeaderClassName
{
color: #7E3A4A;
}
.AnyTagClassName
{
color: #7E3A4A;
}
</style>
background-color css
<style>
a { background-color: #7E3A4A; }
a { background-color: rgb(126,58,74); }
div.DivClassName
{
background-color: #7E3A4A;
}
.BgClassName
{
background-color: #7E3A4A;
}
</style>
border-color css
<style>
span { border-color: #7E3A4A; }
span { border-color: rgb(126,58,74); }
td.TdClassName
{
border-color: #7E3A4A;
}
.TagClassName
{
border-color: #7E3A4A;
}
</style>