Shades of Camelot #7A4552
Tints of Camelot #7A4552
RGB
CMYK
RGB Variations
Color information
#7A4552 (or 0x7A4552) is known color: Camelot. HEX triplet: 7A, 45 and 52. RGB value is (122,69,82). Sum of RGB (Red+Green+Blue) = 122+69+82=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4552 is #85BAAD. Grayscale: #565656. Windows color (decimal): -8764078 or 5391738. OLE color: 5391738.
HSL color Cylindrical-coordinate representation of color #7A4552: hue angle of 345.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4552 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 82 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.52 |
| HSL | 345.28º | 0.28% | 0.37% | - |
| HSV(B) | 345.28º | 0.43% | 0.48% | - |
| XYZ | 11.68 | 9 | 9.1 | - |
| YUV | 86.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 82 | 0 | 0.43 | 0.33 | 0.52 | 345.28 | 0.28 | 0.37 |
| Hex | 7A | 45 | 52 | 0 | 2B | 21 | 34 | 159 | 1C | 25 |
| Octal | 172 | 105 | 122 | 0 | 53 | 41 | 64 | 531 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1010010 | 0 | 101011 | 100001 | 110100 | 101011001 | 11100 | 100101 |
Color Harmonies of #7A4552
Complementary color
Monochromatic Colors of #7A4552
Black with #7A4552
Text Example
Text Example
White with #7A4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4552; }
p { color: rgb(122,69,82); }
H1.HeaderClassName
{
color: #7A4552;
}
.AnyTagClassName
{
color: #7A4552;
}
</style>
background-color css
<style>
a { background-color: #7A4552; }
a { background-color: rgb(122,69,82); }
div.DivClassName
{
background-color: #7A4552;
}
.BgClassName
{
background-color: #7A4552;
}
</style>
border-color css
<style>
span { border-color: #7A4552; }
span { border-color: rgb(122,69,82); }
td.TdClassName
{
border-color: #7A4552;
}
.TagClassName
{
border-color: #7A4552;
}
</style>