Shades of Camelot #7E4855
Tints of Camelot #7E4855
RGB
CMYK
RGB Variations
Color information
#7E4855 (or 0x7E4855) is known color: Camelot. HEX triplet: 7E, 48 and 55. RGB value is (126,72,85). Sum of RGB (Red+Green+Blue) = 126+72+85=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4855 is #81B7AA. Grayscale: #595959. Windows color (decimal): -8501163 or 5589118. OLE color: 5589118.
HSL color Cylindrical-coordinate representation of color #7E4855: hue angle of 345.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E4855 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 72 | 85 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.51 |
| HSL | 345.56º | 0.27% | 0.39% | - |
| HSV(B) | 345.56º | 0.43% | 0.49% | - |
| XYZ | 12.56 | 9.73 | 9.81 | - |
| YUV | 89.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 85 | 0 | 0.43 | 0.33 | 0.51 | 345.56 | 0.27 | 0.39 |
| Hex | 7E | 48 | 55 | 0 | 2B | 21 | 33 | 15A | 1B | 27 |
| Octal | 176 | 110 | 125 | 0 | 53 | 41 | 63 | 532 | 33 | 47 |
| Binary | 1111110 | 1001000 | 1010101 | 0 | 101011 | 100001 | 110011 | 101011010 | 11011 | 100111 |
Color Harmonies of #7E4855
Complementary color
Monochromatic Colors of #7E4855
Black with #7E4855
Text Example
Text Example
White with #7E4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4855; }
p { color: rgb(126,72,85); }
H1.HeaderClassName
{
color: #7E4855;
}
.AnyTagClassName
{
color: #7E4855;
}
</style>
background-color css
<style>
a { background-color: #7E4855; }
a { background-color: rgb(126,72,85); }
div.DivClassName
{
background-color: #7E4855;
}
.BgClassName
{
background-color: #7E4855;
}
</style>
border-color css
<style>
span { border-color: #7E4855; }
span { border-color: rgb(126,72,85); }
td.TdClassName
{
border-color: #7E4855;
}
.TagClassName
{
border-color: #7E4855;
}
</style>