Shades of Camelot #7E4554
Tints of Camelot #7E4554
RGB
CMYK
RGB Variations
Color information
#7E4554 (or 0x7E4554) is known color: Camelot. HEX triplet: 7E, 45 and 54. RGB value is (126,69,84). Sum of RGB (Red+Green+Blue) = 126+69+84=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4554 is #81BAAB. Grayscale: #575757. Windows color (decimal): -8501932 or 5522814. OLE color: 5522814.
HSL color Cylindrical-coordinate representation of color #7E4554: hue angle of 344.21º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E4554 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 69 | 84 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.51 |
| HSL | 344.21º | 0.29% | 0.38% | - |
| HSV(B) | 344.21º | 0.45% | 0.49% | - |
| XYZ | 12.33 | 9.33 | 9.54 | - |
| YUV | 87.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 84 | 0 | 0.45 | 0.33 | 0.51 | 344.21 | 0.29 | 0.38 |
| Hex | 7E | 45 | 54 | 0 | 2D | 21 | 33 | 158 | 1D | 26 |
| Octal | 176 | 105 | 124 | 0 | 55 | 41 | 63 | 530 | 35 | 46 |
| Binary | 1111110 | 1000101 | 1010100 | 0 | 101101 | 100001 | 110011 | 101011000 | 11101 | 100110 |
Color Harmonies of #7E4554
Complementary color
Monochromatic Colors of #7E4554
Black with #7E4554
Text Example
Text Example
White with #7E4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4554; }
p { color: rgb(126,69,84); }
H1.HeaderClassName
{
color: #7E4554;
}
.AnyTagClassName
{
color: #7E4554;
}
</style>
background-color css
<style>
a { background-color: #7E4554; }
a { background-color: rgb(126,69,84); }
div.DivClassName
{
background-color: #7E4554;
}
.BgClassName
{
background-color: #7E4554;
}
</style>
border-color css
<style>
span { border-color: #7E4554; }
span { border-color: rgb(126,69,84); }
td.TdClassName
{
border-color: #7E4554;
}
.TagClassName
{
border-color: #7E4554;
}
</style>