Shades of Camelot #7E354B
Tints of Camelot #7E354B
RGB
CMYK
RGB Variations
Color information
#7E354B (or 0x7E354B) is known color: Camelot. HEX triplet: 7E, 35 and 4B. RGB value is (126,53,75). Sum of RGB (Red+Green+Blue) = 126+53+75=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E354B is #81CAB4. Grayscale: #4D4D4D. Windows color (decimal): -8506037 or 4928894. OLE color: 4928894.
HSL color Cylindrical-coordinate representation of color #7E354B: hue angle of 341.92º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E354B is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 75 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.51 |
| HSL | 341.92º | 0.41% | 0.35% | - |
| HSV(B) | 341.92º | 0.58% | 0.49% | - |
| XYZ | 11.15 | 7.49 | 7.51 | - |
| YUV | 77.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 75 | 0 | 0.58 | 0.40 | 0.51 | 341.92 | 0.41 | 0.35 |
| Hex | 7E | 35 | 4B | 0 | 3A | 28 | 33 | 156 | 29 | 23 |
| Octal | 176 | 65 | 113 | 0 | 72 | 50 | 63 | 526 | 51 | 43 |
| Binary | 1111110 | 110101 | 1001011 | 0 | 111010 | 101000 | 110011 | 101010110 | 101001 | 100011 |
Color Harmonies of #7E354B
Complementary color
Monochromatic Colors of #7E354B
Black with #7E354B
Text Example
Text Example
White with #7E354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E354B; }
p { color: rgb(126,53,75); }
H1.HeaderClassName
{
color: #7E354B;
}
.AnyTagClassName
{
color: #7E354B;
}
</style>
background-color css
<style>
a { background-color: #7E354B; }
a { background-color: rgb(126,53,75); }
div.DivClassName
{
background-color: #7E354B;
}
.BgClassName
{
background-color: #7E354B;
}
</style>
border-color css
<style>
span { border-color: #7E354B; }
span { border-color: rgb(126,53,75); }
td.TdClassName
{
border-color: #7E354B;
}
.TagClassName
{
border-color: #7E354B;
}
</style>