Shades of Camelot #7A3344
Tints of Camelot #7A3344
RGB
CMYK
RGB Variations
Color information
#7A3344 (or 0x7A3344) is known color: Camelot. HEX triplet: 7A, 33 and 44. RGB value is (122,51,68). Sum of RGB (Red+Green+Blue) = 122+51+68=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3344 is #85CCBB. Grayscale: #4A4A4A. Windows color (decimal): -8768700 or 4469626. OLE color: 4469626.
HSL color Cylindrical-coordinate representation of color #7A3344: hue angle of 345.63º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3344 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 68 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.52 |
| HSL | 345.63º | 0.41% | 0.34% | - |
| HSV(B) | 345.63º | 0.58% | 0.48% | - |
| XYZ | 10.25 | 6.92 | 6.26 | - |
| YUV | 74.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 68 | 0 | 0.58 | 0.44 | 0.52 | 345.63 | 0.41 | 0.34 |
| Hex | 7A | 33 | 44 | 0 | 3A | 2C | 34 | 15A | 29 | 22 |
| Octal | 172 | 63 | 104 | 0 | 72 | 54 | 64 | 532 | 51 | 42 |
| Binary | 1111010 | 110011 | 1000100 | 0 | 111010 | 101100 | 110100 | 101011010 | 101001 | 100010 |
Color Harmonies of #7A3344
Complementary color
Monochromatic Colors of #7A3344
Black with #7A3344
Text Example
Text Example
White with #7A3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3344; }
p { color: rgb(122,51,68); }
H1.HeaderClassName
{
color: #7A3344;
}
.AnyTagClassName
{
color: #7A3344;
}
</style>
background-color css
<style>
a { background-color: #7A3344; }
a { background-color: rgb(122,51,68); }
div.DivClassName
{
background-color: #7A3344;
}
.BgClassName
{
background-color: #7A3344;
}
</style>
border-color css
<style>
span { border-color: #7A3344; }
span { border-color: rgb(122,51,68); }
td.TdClassName
{
border-color: #7A3344;
}
.TagClassName
{
border-color: #7A3344;
}
</style>