Shades of Camelot #7A3D53
Tints of Camelot #7A3D53
RGB
CMYK
RGB Variations
Color information
#7A3D53 (or 0x7A3D53) is known color: Camelot. HEX triplet: 7A, 3D and 53. RGB value is (122,61,83). Sum of RGB (Red+Green+Blue) = 122+61+83=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D53 is #85C2AC. Grayscale: #515151. Windows color (decimal): -8766125 or 5455226. OLE color: 5455226.
HSL color Cylindrical-coordinate representation of color #7A3D53: hue angle of 338.36º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D53 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 83 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.52 |
| HSL | 338.36º | 0.33% | 0.36% | - |
| HSV(B) | 338.36º | 0.5% | 0.48% | - |
| XYZ | 11.26 | 8.1 | 9.15 | - |
| YUV | 81.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 83 | 0 | 0.50 | 0.32 | 0.52 | 338.36 | 0.33 | 0.36 |
| Hex | 7A | 3D | 53 | 0 | 32 | 20 | 34 | 152 | 21 | 24 |
| Octal | 172 | 75 | 123 | 0 | 62 | 40 | 64 | 522 | 41 | 44 |
| Binary | 1111010 | 111101 | 1010011 | 0 | 110010 | 100000 | 110100 | 101010010 | 100001 | 100100 |
Color Harmonies of #7A3D53
Complementary color
Monochromatic Colors of #7A3D53
Black with #7A3D53
Text Example
Text Example
White with #7A3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D53; }
p { color: rgb(122,61,83); }
H1.HeaderClassName
{
color: #7A3D53;
}
.AnyTagClassName
{
color: #7A3D53;
}
</style>
background-color css
<style>
a { background-color: #7A3D53; }
a { background-color: rgb(122,61,83); }
div.DivClassName
{
background-color: #7A3D53;
}
.BgClassName
{
background-color: #7A3D53;
}
</style>
border-color css
<style>
span { border-color: #7A3D53; }
span { border-color: rgb(122,61,83); }
td.TdClassName
{
border-color: #7A3D53;
}
.TagClassName
{
border-color: #7A3D53;
}
</style>