Shades of Camelot #7A3E49
Tints of Camelot #7A3E49
RGB
CMYK
RGB Variations
Color information
#7A3E49 (or 0x7A3E49) is known color: Camelot. HEX triplet: 7A, 3E and 49. RGB value is (122,62,73). Sum of RGB (Red+Green+Blue) = 122+62+73=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E49 is #85C1B6. Grayscale: #515151. Windows color (decimal): -8765879 or 4800122. OLE color: 4800122.
HSL color Cylindrical-coordinate representation of color #7A3E49: hue angle of 349º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E49 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 73 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.52 |
| HSL | 349º | 0.33% | 0.36% | - |
| HSV(B) | 349º | 0.49% | 0.48% | - |
| XYZ | 10.95 | 8.06 | 7.28 | - |
| YUV | 81.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 73 | 0 | 0.49 | 0.40 | 0.52 | 349 | 0.33 | 0.36 |
| Hex | 7A | 3E | 49 | 0 | 31 | 28 | 34 | 15D | 21 | 24 |
| Octal | 172 | 76 | 111 | 0 | 61 | 50 | 64 | 535 | 41 | 44 |
| Binary | 1111010 | 111110 | 1001001 | 0 | 110001 | 101000 | 110100 | 101011101 | 100001 | 100100 |
Color Harmonies of #7A3E49
Complementary color
Monochromatic Colors of #7A3E49
Black with #7A3E49
Text Example
Text Example
White with #7A3E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E49; }
p { color: rgb(122,62,73); }
H1.HeaderClassName
{
color: #7A3E49;
}
.AnyTagClassName
{
color: #7A3E49;
}
</style>
background-color css
<style>
a { background-color: #7A3E49; }
a { background-color: rgb(122,62,73); }
div.DivClassName
{
background-color: #7A3E49;
}
.BgClassName
{
background-color: #7A3E49;
}
</style>
border-color css
<style>
span { border-color: #7A3E49; }
span { border-color: rgb(122,62,73); }
td.TdClassName
{
border-color: #7A3E49;
}
.TagClassName
{
border-color: #7A3E49;
}
</style>