Shades of Camelot #7A4755
Tints of Camelot #7A4755
RGB
CMYK
RGB Variations
Color information
#7A4755 (or 0x7A4755) is known color: Camelot. HEX triplet: 7A, 47 and 55. RGB value is (122,71,85). Sum of RGB (Red+Green+Blue) = 122+71+85=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4755 is #85B8AA. Grayscale: #575757. Windows color (decimal): -8763563 or 5588858. OLE color: 5588858.
HSL color Cylindrical-coordinate representation of color #7A4755: hue angle of 343.53º 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 #7A4755 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 85 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.52 |
| HSL | 343.53º | 0.26% | 0.38% | - |
| HSV(B) | 343.53º | 0.42% | 0.48% | - |
| XYZ | 11.92 | 9.3 | 9.76 | - |
| YUV | 87.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 85 | 0 | 0.42 | 0.30 | 0.52 | 343.53 | 0.26 | 0.38 |
| Hex | 7A | 47 | 55 | 0 | 2A | 1E | 34 | 158 | 1A | 26 |
| Octal | 172 | 107 | 125 | 0 | 52 | 36 | 64 | 530 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1010101 | 0 | 101010 | 11110 | 110100 | 101011000 | 11010 | 100110 |
Color Harmonies of #7A4755
Complementary color
Monochromatic Colors of #7A4755
Black with #7A4755
Text Example
Text Example
White with #7A4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4755; }
p { color: rgb(122,71,85); }
H1.HeaderClassName
{
color: #7A4755;
}
.AnyTagClassName
{
color: #7A4755;
}
</style>
background-color css
<style>
a { background-color: #7A4755; }
a { background-color: rgb(122,71,85); }
div.DivClassName
{
background-color: #7A4755;
}
.BgClassName
{
background-color: #7A4755;
}
</style>
border-color css
<style>
span { border-color: #7A4755; }
span { border-color: rgb(122,71,85); }
td.TdClassName
{
border-color: #7A4755;
}
.TagClassName
{
border-color: #7A4755;
}
</style>