Shades of Camelot #7E4956
Tints of Camelot #7E4956
RGB
CMYK
RGB Variations
Color information
#7E4956 (or 0x7E4956) is known color: Camelot. HEX triplet: 7E, 49 and 56. RGB value is (126,73,86). Sum of RGB (Red+Green+Blue) = 126+73+86=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4956 is #81B6A9. Grayscale: #5A5A5A. Windows color (decimal): -8500906 or 5654910. OLE color: 5654910.
HSL color Cylindrical-coordinate representation of color #7E4956: hue angle of 345.28º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E4956 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 73 | 86 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.51 |
| HSL | 345.28º | 0.27% | 0.39% | - |
| HSV(B) | 345.28º | 0.42% | 0.49% | - |
| XYZ | 12.67 | 9.87 | 10.04 | - |
| YUV | 90.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 73 | 86 | 0 | 0.42 | 0.32 | 0.51 | 345.28 | 0.27 | 0.39 |
| Hex | 7E | 49 | 56 | 0 | 2A | 20 | 33 | 159 | 1B | 27 |
| Octal | 176 | 111 | 126 | 0 | 52 | 40 | 63 | 531 | 33 | 47 |
| Binary | 1111110 | 1001001 | 1010110 | 0 | 101010 | 100000 | 110011 | 101011001 | 11011 | 100111 |
Color Harmonies of #7E4956
Complementary color
Monochromatic Colors of #7E4956
Black with #7E4956
Text Example
Text Example
White with #7E4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4956; }
p { color: rgb(126,73,86); }
H1.HeaderClassName
{
color: #7E4956;
}
.AnyTagClassName
{
color: #7E4956;
}
</style>
background-color css
<style>
a { background-color: #7E4956; }
a { background-color: rgb(126,73,86); }
div.DivClassName
{
background-color: #7E4956;
}
.BgClassName
{
background-color: #7E4956;
}
</style>
border-color css
<style>
span { border-color: #7E4956; }
span { border-color: rgb(126,73,86); }
td.TdClassName
{
border-color: #7E4956;
}
.TagClassName
{
border-color: #7E4956;
}
</style>