Shades of Camelot #7A3950
Tints of Camelot #7A3950
RGB
CMYK
RGB Variations
Color information
#7A3950 (or 0x7A3950) is known color: Camelot. HEX triplet: 7A, 39 and 50. RGB value is (122,57,80). Sum of RGB (Red+Green+Blue) = 122+57+80=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3950 is #85C6AF. Grayscale: #4F4F4F. Windows color (decimal): -8767152 or 5257594. OLE color: 5257594.
HSL color Cylindrical-coordinate representation of color #7A3950: hue angle of 338.77º 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 #7A3950 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 80 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.52 |
| HSL | 338.77º | 0.36% | 0.35% | - |
| HSV(B) | 338.77º | 0.53% | 0.48% | - |
| XYZ | 10.94 | 7.64 | 8.49 | - |
| YUV | 79.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 80 | 0 | 0.53 | 0.34 | 0.52 | 338.77 | 0.36 | 0.35 |
| Hex | 7A | 39 | 50 | 0 | 35 | 22 | 34 | 153 | 24 | 23 |
| Octal | 172 | 71 | 120 | 0 | 65 | 42 | 64 | 523 | 44 | 43 |
| Binary | 1111010 | 111001 | 1010000 | 0 | 110101 | 100010 | 110100 | 101010011 | 100100 | 100011 |
Color Harmonies of #7A3950
Complementary color
Monochromatic Colors of #7A3950
Black with #7A3950
Text Example
Text Example
White with #7A3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3950; }
p { color: rgb(122,57,80); }
H1.HeaderClassName
{
color: #7A3950;
}
.AnyTagClassName
{
color: #7A3950;
}
</style>
background-color css
<style>
a { background-color: #7A3950; }
a { background-color: rgb(122,57,80); }
div.DivClassName
{
background-color: #7A3950;
}
.BgClassName
{
background-color: #7A3950;
}
</style>
border-color css
<style>
span { border-color: #7A3950; }
span { border-color: rgb(122,57,80); }
td.TdClassName
{
border-color: #7A3950;
}
.TagClassName
{
border-color: #7A3950;
}
</style>