Shades of Camelot #7E3446
Tints of Camelot #7E3446
RGB
CMYK
RGB Variations
Color information
#7E3446 (or 0x7E3446) is known color: Camelot. HEX triplet: 7E, 34 and 46. RGB value is (126,52,70). Sum of RGB (Red+Green+Blue) = 126+52+70=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3446 is #81CBB9. Grayscale: #4C4C4C. Windows color (decimal): -8506298 or 4600958. OLE color: 4600958.
HSL color Cylindrical-coordinate representation of color #7E3446: hue angle of 345.41º 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 #7E3446 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 70 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.51 |
| HSL | 345.41º | 0.42% | 0.35% | - |
| HSV(B) | 345.41º | 0.59% | 0.49% | - |
| XYZ | 10.94 | 7.33 | 6.63 | - |
| YUV | 76.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 70 | 0 | 0.59 | 0.44 | 0.51 | 345.41 | 0.42 | 0.35 |
| Hex | 7E | 34 | 46 | 0 | 3B | 2C | 33 | 159 | 2A | 23 |
| Octal | 176 | 64 | 106 | 0 | 73 | 54 | 63 | 531 | 52 | 43 |
| Binary | 1111110 | 110100 | 1000110 | 0 | 111011 | 101100 | 110011 | 101011001 | 101010 | 100011 |
Color Harmonies of #7E3446
Complementary color
Monochromatic Colors of #7E3446
Black with #7E3446
Text Example
Text Example
White with #7E3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3446; }
p { color: rgb(126,52,70); }
H1.HeaderClassName
{
color: #7E3446;
}
.AnyTagClassName
{
color: #7E3446;
}
</style>
background-color css
<style>
a { background-color: #7E3446; }
a { background-color: rgb(126,52,70); }
div.DivClassName
{
background-color: #7E3446;
}
.BgClassName
{
background-color: #7E3446;
}
</style>
border-color css
<style>
span { border-color: #7E3446; }
span { border-color: rgb(126,52,70); }
td.TdClassName
{
border-color: #7E3446;
}
.TagClassName
{
border-color: #7E3446;
}
</style>