Shades of Camelot #7A4854
Tints of Camelot #7A4854
RGB
CMYK
RGB Variations
Color information
#7A4854 (or 0x7A4854) is known color: Camelot. HEX triplet: 7A, 48 and 54. RGB value is (122,72,84). Sum of RGB (Red+Green+Blue) = 122+72+84=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4854 is #85B7AB. Grayscale: #585858. Windows color (decimal): -8763308 or 5523578. OLE color: 5523578.
HSL color Cylindrical-coordinate representation of color #7A4854: hue angle of 345.6º 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 #7A4854 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 84 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.52 |
| HSL | 345.6º | 0.26% | 0.38% | - |
| HSV(B) | 345.6º | 0.41% | 0.48% | - |
| XYZ | 11.94 | 9.41 | 9.57 | - |
| YUV | 88.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 84 | 0 | 0.41 | 0.31 | 0.52 | 345.6 | 0.26 | 0.38 |
| Hex | 7A | 48 | 54 | 0 | 29 | 1F | 34 | 15A | 1A | 26 |
| Octal | 172 | 110 | 124 | 0 | 51 | 37 | 64 | 532 | 32 | 46 |
| Binary | 1111010 | 1001000 | 1010100 | 0 | 101001 | 11111 | 110100 | 101011010 | 11010 | 100110 |
Color Harmonies of #7A4854
Complementary color
Monochromatic Colors of #7A4854
Black with #7A4854
Text Example
Text Example
White with #7A4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4854; }
p { color: rgb(122,72,84); }
H1.HeaderClassName
{
color: #7A4854;
}
.AnyTagClassName
{
color: #7A4854;
}
</style>
background-color css
<style>
a { background-color: #7A4854; }
a { background-color: rgb(122,72,84); }
div.DivClassName
{
background-color: #7A4854;
}
.BgClassName
{
background-color: #7A4854;
}
</style>
border-color css
<style>
span { border-color: #7A4854; }
span { border-color: rgb(122,72,84); }
td.TdClassName
{
border-color: #7A4854;
}
.TagClassName
{
border-color: #7A4854;
}
</style>