Shades of Camelot #7E3342
Tints of Camelot #7E3342
RGB
CMYK
RGB Variations
Color information
#7E3342 (or 0x7E3342) is known color: Camelot. HEX triplet: 7E, 33 and 42. RGB value is (126,51,66). Sum of RGB (Red+Green+Blue) = 126+51+66=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3342 is #81CCBD. Grayscale: #4B4B4B. Windows color (decimal): -8506558 or 4338558. OLE color: 4338558.
HSL color Cylindrical-coordinate representation of color #7E3342: hue angle of 348º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3342 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 66 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.51 |
| HSL | 348º | 0.42% | 0.35% | - |
| HSV(B) | 348º | 0.6% | 0.49% | - |
| XYZ | 10.77 | 7.2 | 5.98 | - |
| YUV | 75.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 66 | 0 | 0.60 | 0.48 | 0.51 | 348 | 0.42 | 0.35 |
| Hex | 7E | 33 | 42 | 0 | 3C | 30 | 33 | 15C | 2A | 23 |
| Octal | 176 | 63 | 102 | 0 | 74 | 60 | 63 | 534 | 52 | 43 |
| Binary | 1111110 | 110011 | 1000010 | 0 | 111100 | 110000 | 110011 | 101011100 | 101010 | 100011 |
Color Harmonies of #7E3342
Complementary color
Monochromatic Colors of #7E3342
Black with #7E3342
Text Example
Text Example
White with #7E3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3342; }
p { color: rgb(126,51,66); }
H1.HeaderClassName
{
color: #7E3342;
}
.AnyTagClassName
{
color: #7E3342;
}
</style>
background-color css
<style>
a { background-color: #7E3342; }
a { background-color: rgb(126,51,66); }
div.DivClassName
{
background-color: #7E3342;
}
.BgClassName
{
background-color: #7E3342;
}
</style>
border-color css
<style>
span { border-color: #7E3342; }
span { border-color: rgb(126,51,66); }
td.TdClassName
{
border-color: #7E3342;
}
.TagClassName
{
border-color: #7E3342;
}
</style>