Shades of Camelot #7A4752
Tints of Camelot #7A4752
RGB
CMYK
RGB Variations
Color information
#7A4752 (or 0x7A4752) is known color: Camelot. HEX triplet: 7A, 47 and 52. RGB value is (122,71,82). Sum of RGB (Red+Green+Blue) = 122+71+82=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4752 is #85B8AD. Grayscale: #575757. Windows color (decimal): -8763566 or 5392250. OLE color: 5392250.
HSL color Cylindrical-coordinate representation of color #7A4752: hue angle of 347.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4752 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 82 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.52 |
| HSL | 347.06º | 0.26% | 0.38% | - |
| HSV(B) | 347.06º | 0.42% | 0.48% | - |
| XYZ | 11.8 | 9.25 | 9.15 | - |
| YUV | 87.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 82 | 0 | 0.42 | 0.33 | 0.52 | 347.06 | 0.26 | 0.38 |
| Hex | 7A | 47 | 52 | 0 | 2A | 21 | 34 | 15B | 1A | 26 |
| Octal | 172 | 107 | 122 | 0 | 52 | 41 | 64 | 533 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1010010 | 0 | 101010 | 100001 | 110100 | 101011011 | 11010 | 100110 |
Color Harmonies of #7A4752
Complementary color
Monochromatic Colors of #7A4752
Black with #7A4752
Text Example
Text Example
White with #7A4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4752; }
p { color: rgb(122,71,82); }
H1.HeaderClassName
{
color: #7A4752;
}
.AnyTagClassName
{
color: #7A4752;
}
</style>
background-color css
<style>
a { background-color: #7A4752; }
a { background-color: rgb(122,71,82); }
div.DivClassName
{
background-color: #7A4752;
}
.BgClassName
{
background-color: #7A4752;
}
</style>
border-color css
<style>
span { border-color: #7A4752; }
span { border-color: rgb(122,71,82); }
td.TdClassName
{
border-color: #7A4752;
}
.TagClassName
{
border-color: #7A4752;
}
</style>