Shades of Camelot #7A4253
Tints of Camelot #7A4253
RGB
CMYK
RGB Variations
Color information
#7A4253 (or 0x7A4253) is known color: Camelot. HEX triplet: 7A, 42 and 53. RGB value is (122,66,83). Sum of RGB (Red+Green+Blue) = 122+66+83=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4253 is #85BDAC. Grayscale: #545454. Windows color (decimal): -8764845 or 5456506. OLE color: 5456506.
HSL color Cylindrical-coordinate representation of color #7A4253: hue angle of 341.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4253 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 83 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.52 |
| HSL | 341.79º | 0.3% | 0.37% | - |
| HSV(B) | 341.79º | 0.46% | 0.48% | - |
| XYZ | 11.54 | 8.66 | 9.25 | - |
| YUV | 84.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 83 | 0 | 0.46 | 0.32 | 0.52 | 341.79 | 0.3 | 0.37 |
| Hex | 7A | 42 | 53 | 0 | 2E | 20 | 34 | 156 | 1E | 25 |
| Octal | 172 | 102 | 123 | 0 | 56 | 40 | 64 | 526 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1010011 | 0 | 101110 | 100000 | 110100 | 101010110 | 11110 | 100101 |
Color Harmonies of #7A4253
Complementary color
Monochromatic Colors of #7A4253
Black with #7A4253
Text Example
Text Example
White with #7A4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4253; }
p { color: rgb(122,66,83); }
H1.HeaderClassName
{
color: #7A4253;
}
.AnyTagClassName
{
color: #7A4253;
}
</style>
background-color css
<style>
a { background-color: #7A4253; }
a { background-color: rgb(122,66,83); }
div.DivClassName
{
background-color: #7A4253;
}
.BgClassName
{
background-color: #7A4253;
}
</style>
border-color css
<style>
span { border-color: #7A4253; }
span { border-color: rgb(122,66,83); }
td.TdClassName
{
border-color: #7A4253;
}
.TagClassName
{
border-color: #7A4253;
}
</style>