Shades of Camelot #7A4955
Tints of Camelot #7A4955
RGB
CMYK
RGB Variations
Color information
#7A4955 (or 0x7A4955) is known color: Camelot. HEX triplet: 7A, 49 and 55. RGB value is (122,73,85). Sum of RGB (Red+Green+Blue) = 122+73+85=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4955 is #85B6AA. Grayscale: #595959. Windows color (decimal): -8763051 or 5589370. OLE color: 5589370.
HSL color Cylindrical-coordinate representation of color #7A4955: hue angle of 345.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4955 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 85 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.52 |
| HSL | 345.31º | 0.25% | 0.38% | - |
| HSV(B) | 345.31º | 0.4% | 0.48% | - |
| XYZ | 12.05 | 9.56 | 9.8 | - |
| YUV | 89.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 85 | 0 | 0.40 | 0.30 | 0.52 | 345.31 | 0.25 | 0.38 |
| Hex | 7A | 49 | 55 | 0 | 28 | 1E | 34 | 159 | 19 | 26 |
| Octal | 172 | 111 | 125 | 0 | 50 | 36 | 64 | 531 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1010101 | 0 | 101000 | 11110 | 110100 | 101011001 | 11001 | 100110 |
Color Harmonies of #7A4955
Complementary color
Monochromatic Colors of #7A4955
Black with #7A4955
Text Example
Text Example
White with #7A4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4955; }
p { color: rgb(122,73,85); }
H1.HeaderClassName
{
color: #7A4955;
}
.AnyTagClassName
{
color: #7A4955;
}
</style>
background-color css
<style>
a { background-color: #7A4955; }
a { background-color: rgb(122,73,85); }
div.DivClassName
{
background-color: #7A4955;
}
.BgClassName
{
background-color: #7A4955;
}
</style>
border-color css
<style>
span { border-color: #7A4955; }
span { border-color: rgb(122,73,85); }
td.TdClassName
{
border-color: #7A4955;
}
.TagClassName
{
border-color: #7A4955;
}
</style>