Shades of Camelot #7A4455
Tints of Camelot #7A4455
RGB
CMYK
RGB Variations
Color information
#7A4455 (or 0x7A4455) is known color: Camelot. HEX triplet: 7A, 44 and 55. RGB value is (122,68,85). Sum of RGB (Red+Green+Blue) = 122+68+85=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4455 is #85BBAA. Grayscale: #565656. Windows color (decimal): -8764331 or 5588090. OLE color: 5588090.
HSL color Cylindrical-coordinate representation of color #7A4455: hue angle of 341.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A4455 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 85 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.52 |
| HSL | 341.11º | 0.28% | 0.37% | - |
| HSV(B) | 341.11º | 0.44% | 0.48% | - |
| XYZ | 11.73 | 8.93 | 9.7 | - |
| YUV | 86.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 85 | 0 | 0.44 | 0.30 | 0.52 | 341.11 | 0.28 | 0.37 |
| Hex | 7A | 44 | 55 | 0 | 2C | 1E | 34 | 155 | 1C | 25 |
| Octal | 172 | 104 | 125 | 0 | 54 | 36 | 64 | 525 | 34 | 45 |
| Binary | 1111010 | 1000100 | 1010101 | 0 | 101100 | 11110 | 110100 | 101010101 | 11100 | 100101 |
Color Harmonies of #7A4455
Complementary color
Monochromatic Colors of #7A4455
Black with #7A4455
Text Example
Text Example
White with #7A4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4455; }
p { color: rgb(122,68,85); }
H1.HeaderClassName
{
color: #7A4455;
}
.AnyTagClassName
{
color: #7A4455;
}
</style>
background-color css
<style>
a { background-color: #7A4455; }
a { background-color: rgb(122,68,85); }
div.DivClassName
{
background-color: #7A4455;
}
.BgClassName
{
background-color: #7A4455;
}
</style>
border-color css
<style>
span { border-color: #7A4455; }
span { border-color: rgb(122,68,85); }
td.TdClassName
{
border-color: #7A4455;
}
.TagClassName
{
border-color: #7A4455;
}
</style>