Shades of Camelot #7E3B45
Tints of Camelot #7E3B45
RGB
CMYK
RGB Variations
Color information
#7E3B45 (or 0x7E3B45) is known color: Camelot. HEX triplet: 7E, 3B and 45. RGB value is (126,59,69). Sum of RGB (Red+Green+Blue) = 126+59+69=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B45 is #81C4BA. Grayscale: #505050. Windows color (decimal): -8504507 or 4537214. OLE color: 4537214.
HSL color Cylindrical-coordinate representation of color #7E3B45: hue angle of 351.04º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B45 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 69 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.51 |
| HSL | 351.04º | 0.36% | 0.36% | - |
| HSV(B) | 351.04º | 0.53% | 0.49% | - |
| XYZ | 11.24 | 7.99 | 6.58 | - |
| YUV | 80.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 69 | 0 | 0.53 | 0.45 | 0.51 | 351.04 | 0.36 | 0.36 |
| Hex | 7E | 3B | 45 | 0 | 35 | 2D | 33 | 15F | 24 | 24 |
| Octal | 176 | 73 | 105 | 0 | 65 | 55 | 63 | 537 | 44 | 44 |
| Binary | 1111110 | 111011 | 1000101 | 0 | 110101 | 101101 | 110011 | 101011111 | 100100 | 100100 |
Color Harmonies of #7E3B45
Complementary color
Monochromatic Colors of #7E3B45
Black with #7E3B45
Text Example
Text Example
White with #7E3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B45; }
p { color: rgb(126,59,69); }
H1.HeaderClassName
{
color: #7E3B45;
}
.AnyTagClassName
{
color: #7E3B45;
}
</style>
background-color css
<style>
a { background-color: #7E3B45; }
a { background-color: rgb(126,59,69); }
div.DivClassName
{
background-color: #7E3B45;
}
.BgClassName
{
background-color: #7E3B45;
}
</style>
border-color css
<style>
span { border-color: #7E3B45; }
span { border-color: rgb(126,59,69); }
td.TdClassName
{
border-color: #7E3B45;
}
.TagClassName
{
border-color: #7E3B45;
}
</style>