Shades of Camelot #7A394D
Tints of Camelot #7A394D
RGB
CMYK
RGB Variations
Color information
#7A394D (or 0x7A394D) is known color: Camelot. HEX triplet: 7A, 39 and 4D. RGB value is (122,57,77). Sum of RGB (Red+Green+Blue) = 122+57+77=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A394D is #85C6B2. Grayscale: #4E4E4E. Windows color (decimal): -8767155 or 5060986. OLE color: 5060986.
HSL color Cylindrical-coordinate representation of color #7A394D: hue angle of 341.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A394D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 77 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.52 |
| HSL | 341.54º | 0.36% | 0.35% | - |
| HSV(B) | 341.54º | 0.53% | 0.48% | - |
| XYZ | 10.83 | 7.6 | 7.92 | - |
| YUV | 78.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 77 | 0 | 0.53 | 0.37 | 0.52 | 341.54 | 0.36 | 0.35 |
| Hex | 7A | 39 | 4D | 0 | 35 | 25 | 34 | 156 | 24 | 23 |
| Octal | 172 | 71 | 115 | 0 | 65 | 45 | 64 | 526 | 44 | 43 |
| Binary | 1111010 | 111001 | 1001101 | 0 | 110101 | 100101 | 110100 | 101010110 | 100100 | 100011 |
Color Harmonies of #7A394D
Complementary color
Monochromatic Colors of #7A394D
Black with #7A394D
Text Example
Text Example
White with #7A394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A394D; }
p { color: rgb(122,57,77); }
H1.HeaderClassName
{
color: #7A394D;
}
.AnyTagClassName
{
color: #7A394D;
}
</style>
background-color css
<style>
a { background-color: #7A394D; }
a { background-color: rgb(122,57,77); }
div.DivClassName
{
background-color: #7A394D;
}
.BgClassName
{
background-color: #7A394D;
}
</style>
border-color css
<style>
span { border-color: #7A394D; }
span { border-color: rgb(122,57,77); }
td.TdClassName
{
border-color: #7A394D;
}
.TagClassName
{
border-color: #7A394D;
}
</style>