Shades of Camelot #7A3B4E
Tints of Camelot #7A3B4E
RGB
CMYK
RGB Variations
Color information
#7A3B4E (or 0x7A3B4E) is known color: Camelot. HEX triplet: 7A, 3B and 4E. RGB value is (122,59,78). Sum of RGB (Red+Green+Blue) = 122+59+78=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3B4E is #85C4B1. Grayscale: #4F4F4F. Windows color (decimal): -8766642 or 5127034. OLE color: 5127034.
HSL color Cylindrical-coordinate representation of color #7A3B4E: hue angle of 341.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3B4E is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 78 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.52 |
| HSL | 341.9º | 0.35% | 0.35% | - |
| HSV(B) | 341.9º | 0.52% | 0.48% | - |
| XYZ | 10.97 | 7.82 | 8.14 | - |
| YUV | 80 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 78 | 0 | 0.52 | 0.36 | 0.52 | 341.9 | 0.35 | 0.35 |
| Hex | 7A | 3B | 4E | 0 | 34 | 24 | 34 | 156 | 23 | 23 |
| Octal | 172 | 73 | 116 | 0 | 64 | 44 | 64 | 526 | 43 | 43 |
| Binary | 1111010 | 111011 | 1001110 | 0 | 110100 | 100100 | 110100 | 101010110 | 100011 | 100011 |
Color Harmonies of #7A3B4E
Complementary color
Monochromatic Colors of #7A3B4E
Black with #7A3B4E
Text Example
Text Example
White with #7A3B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B4E; }
p { color: rgb(122,59,78); }
H1.HeaderClassName
{
color: #7A3B4E;
}
.AnyTagClassName
{
color: #7A3B4E;
}
</style>
background-color css
<style>
a { background-color: #7A3B4E; }
a { background-color: rgb(122,59,78); }
div.DivClassName
{
background-color: #7A3B4E;
}
.BgClassName
{
background-color: #7A3B4E;
}
</style>
border-color css
<style>
span { border-color: #7A3B4E; }
span { border-color: rgb(122,59,78); }
td.TdClassName
{
border-color: #7A3B4E;
}
.TagClassName
{
border-color: #7A3B4E;
}
</style>