Shades of Camelot #7A4855
Tints of Camelot #7A4855
RGB
CMYK
RGB Variations
Color information
#7A4855 (or 0x7A4855) is known color: Camelot. HEX triplet: 7A, 48 and 55. RGB value is (122,72,85). Sum of RGB (Red+Green+Blue) = 122+72+85=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4855 is #85B7AA. Grayscale: #585858. Windows color (decimal): -8763307 or 5589114. OLE color: 5589114.
HSL color Cylindrical-coordinate representation of color #7A4855: hue angle of 344.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A4855 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 85 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.52 |
| HSL | 344.4º | 0.26% | 0.38% | - |
| HSV(B) | 344.4º | 0.41% | 0.48% | - |
| XYZ | 11.98 | 9.43 | 9.78 | - |
| YUV | 88.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 85 | 0 | 0.41 | 0.30 | 0.52 | 344.4 | 0.26 | 0.38 |
| Hex | 7A | 48 | 55 | 0 | 29 | 1E | 34 | 158 | 1A | 26 |
| Octal | 172 | 110 | 125 | 0 | 51 | 36 | 64 | 530 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1010101 | 0 | 101001 | 11110 | 110100 | 101011000 | 11010 | 100110 |
Color Harmonies of #7A4855
Complementary color
Monochromatic Colors of #7A4855
Black with #7A4855
Text Example
Text Example
White with #7A4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4855; }
p { color: rgb(122,72,85); }
H1.HeaderClassName
{
color: #7A4855;
}
.AnyTagClassName
{
color: #7A4855;
}
</style>
background-color css
<style>
a { background-color: #7A4855; }
a { background-color: rgb(122,72,85); }
div.DivClassName
{
background-color: #7A4855;
}
.BgClassName
{
background-color: #7A4855;
}
</style>
border-color css
<style>
span { border-color: #7A4855; }
span { border-color: rgb(122,72,85); }
td.TdClassName
{
border-color: #7A4855;
}
.TagClassName
{
border-color: #7A4855;
}
</style>