Shades of Camelot #7A4255
Tints of Camelot #7A4255
RGB
CMYK
RGB Variations
Color information
#7A4255 (or 0x7A4255) is known color: Camelot. HEX triplet: 7A, 42 and 55. RGB value is (122,66,85). Sum of RGB (Red+Green+Blue) = 122+66+85=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4255 is #85BDAA. Grayscale: #545454. Windows color (decimal): -8764843 or 5587578. OLE color: 5587578.
HSL color Cylindrical-coordinate representation of color #7A4255: hue angle of 339.64º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A4255 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 85 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.52 |
| HSL | 339.64º | 0.3% | 0.37% | - |
| HSV(B) | 339.64º | 0.46% | 0.48% | - |
| XYZ | 11.61 | 8.69 | 9.66 | - |
| YUV | 84.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 85 | 0 | 0.46 | 0.30 | 0.52 | 339.64 | 0.3 | 0.37 |
| Hex | 7A | 42 | 55 | 0 | 2E | 1E | 34 | 154 | 1E | 25 |
| Octal | 172 | 102 | 125 | 0 | 56 | 36 | 64 | 524 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1010101 | 0 | 101110 | 11110 | 110100 | 101010100 | 11110 | 100101 |
Color Harmonies of #7A4255
Complementary color
Monochromatic Colors of #7A4255
Black with #7A4255
Text Example
Text Example
White with #7A4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4255; }
p { color: rgb(122,66,85); }
H1.HeaderClassName
{
color: #7A4255;
}
.AnyTagClassName
{
color: #7A4255;
}
</style>
background-color css
<style>
a { background-color: #7A4255; }
a { background-color: rgb(122,66,85); }
div.DivClassName
{
background-color: #7A4255;
}
.BgClassName
{
background-color: #7A4255;
}
</style>
border-color css
<style>
span { border-color: #7A4255; }
span { border-color: rgb(122,66,85); }
td.TdClassName
{
border-color: #7A4255;
}
.TagClassName
{
border-color: #7A4255;
}
</style>