Shades of Camelot #7A4450
Tints of Camelot #7A4450
RGB
CMYK
RGB Variations
Color information
#7A4450 (or 0x7A4450) is known color: Camelot. HEX triplet: 7A, 44 and 50. RGB value is (122,68,80). Sum of RGB (Red+Green+Blue) = 122+68+80=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4450 is #85BBAF. Grayscale: #555555. Windows color (decimal): -8764336 or 5260410. OLE color: 5260410.
HSL color Cylindrical-coordinate representation of color #7A4450: hue angle of 346.67º 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 #7A4450 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 80 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.52 |
| HSL | 346.67º | 0.28% | 0.37% | - |
| HSV(B) | 346.67º | 0.44% | 0.48% | - |
| XYZ | 11.54 | 8.85 | 8.69 | - |
| YUV | 85.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 80 | 0 | 0.44 | 0.34 | 0.52 | 346.67 | 0.28 | 0.37 |
| Hex | 7A | 44 | 50 | 0 | 2C | 22 | 34 | 15B | 1C | 25 |
| Octal | 172 | 104 | 120 | 0 | 54 | 42 | 64 | 533 | 34 | 45 |
| Binary | 1111010 | 1000100 | 1010000 | 0 | 101100 | 100010 | 110100 | 101011011 | 11100 | 100101 |
Color Harmonies of #7A4450
Complementary color
Monochromatic Colors of #7A4450
Black with #7A4450
Text Example
Text Example
White with #7A4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4450; }
p { color: rgb(122,68,80); }
H1.HeaderClassName
{
color: #7A4450;
}
.AnyTagClassName
{
color: #7A4450;
}
</style>
background-color css
<style>
a { background-color: #7A4450; }
a { background-color: rgb(122,68,80); }
div.DivClassName
{
background-color: #7A4450;
}
.BgClassName
{
background-color: #7A4450;
}
</style>
border-color css
<style>
span { border-color: #7A4450; }
span { border-color: rgb(122,68,80); }
td.TdClassName
{
border-color: #7A4450;
}
.TagClassName
{
border-color: #7A4450;
}
</style>