Shades of Camelot #7E3443
Tints of Camelot #7E3443
RGB
CMYK
RGB Variations
Color information
#7E3443 (or 0x7E3443) is known color: Camelot. HEX triplet: 7E, 34 and 43. RGB value is (126,52,67). Sum of RGB (Red+Green+Blue) = 126+52+67=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3443 is #81CBBC. Grayscale: #4B4B4B. Windows color (decimal): -8506301 or 4404350. OLE color: 4404350.
HSL color Cylindrical-coordinate representation of color #7E3443: hue angle of 347.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3443 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 67 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.51 |
| HSL | 347.84º | 0.42% | 0.35% | - |
| HSV(B) | 347.84º | 0.59% | 0.49% | - |
| XYZ | 10.85 | 7.3 | 6.15 | - |
| YUV | 75.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 67 | 0 | 0.59 | 0.47 | 0.51 | 347.84 | 0.42 | 0.35 |
| Hex | 7E | 34 | 43 | 0 | 3B | 2F | 33 | 15C | 2A | 23 |
| Octal | 176 | 64 | 103 | 0 | 73 | 57 | 63 | 534 | 52 | 43 |
| Binary | 1111110 | 110100 | 1000011 | 0 | 111011 | 101111 | 110011 | 101011100 | 101010 | 100011 |
Color Harmonies of #7E3443
Complementary color
Monochromatic Colors of #7E3443
Black with #7E3443
Text Example
Text Example
White with #7E3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3443; }
p { color: rgb(126,52,67); }
H1.HeaderClassName
{
color: #7E3443;
}
.AnyTagClassName
{
color: #7E3443;
}
</style>
background-color css
<style>
a { background-color: #7E3443; }
a { background-color: rgb(126,52,67); }
div.DivClassName
{
background-color: #7E3443;
}
.BgClassName
{
background-color: #7E3443;
}
</style>
border-color css
<style>
span { border-color: #7E3443; }
span { border-color: rgb(126,52,67); }
td.TdClassName
{
border-color: #7E3443;
}
.TagClassName
{
border-color: #7E3443;
}
</style>