Shades of Camelot #7A4652
Tints of Camelot #7A4652
RGB
CMYK
RGB Variations
Color information
#7A4652 (or 0x7A4652) is known color: Camelot. HEX triplet: 7A, 46 and 52. RGB value is (122,70,82). Sum of RGB (Red+Green+Blue) = 122+70+82=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4652 is #85B9AD. Grayscale: #565656. Windows color (decimal): -8763822 or 5391994. OLE color: 5391994.
HSL color Cylindrical-coordinate representation of color #7A4652: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4652 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 82 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.52 |
| HSL | 346.15º | 0.27% | 0.38% | - |
| HSV(B) | 346.15º | 0.43% | 0.48% | - |
| XYZ | 11.74 | 9.13 | 9.13 | - |
| YUV | 86.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 82 | 0 | 0.43 | 0.33 | 0.52 | 346.15 | 0.27 | 0.38 |
| Hex | 7A | 46 | 52 | 0 | 2B | 21 | 34 | 15A | 1B | 26 |
| Octal | 172 | 106 | 122 | 0 | 53 | 41 | 64 | 532 | 33 | 46 |
| Binary | 1111010 | 1000110 | 1010010 | 0 | 101011 | 100001 | 110100 | 101011010 | 11011 | 100110 |
Color Harmonies of #7A4652
Complementary color
Monochromatic Colors of #7A4652
Black with #7A4652
Text Example
Text Example
White with #7A4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4652; }
p { color: rgb(122,70,82); }
H1.HeaderClassName
{
color: #7A4652;
}
.AnyTagClassName
{
color: #7A4652;
}
</style>
background-color css
<style>
a { background-color: #7A4652; }
a { background-color: rgb(122,70,82); }
div.DivClassName
{
background-color: #7A4652;
}
.BgClassName
{
background-color: #7A4652;
}
</style>
border-color css
<style>
span { border-color: #7A4652; }
span { border-color: rgb(122,70,82); }
td.TdClassName
{
border-color: #7A4652;
}
.TagClassName
{
border-color: #7A4652;
}
</style>