Shades of Camelot #7A3F54
Tints of Camelot #7A3F54
RGB
CMYK
RGB Variations
Color information
#7A3F54 (or 0x7A3F54) is known color: Camelot. HEX triplet: 7A, 3F and 54. RGB value is (122,63,84). Sum of RGB (Red+Green+Blue) = 122+63+84=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3F54 is #85C0AB. Grayscale: #535353. Windows color (decimal): -8765612 or 5521274. OLE color: 5521274.
HSL color Cylindrical-coordinate representation of color #7A3F54: hue angle of 338.64º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A3F54 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 84 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.52 |
| HSL | 338.64º | 0.32% | 0.36% | - |
| HSV(B) | 338.64º | 0.48% | 0.48% | - |
| XYZ | 11.4 | 8.33 | 9.39 | - |
| YUV | 83.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 84 | 0 | 0.48 | 0.31 | 0.52 | 338.64 | 0.32 | 0.36 |
| Hex | 7A | 3F | 54 | 0 | 30 | 1F | 34 | 153 | 20 | 24 |
| Octal | 172 | 77 | 124 | 0 | 60 | 37 | 64 | 523 | 40 | 44 |
| Binary | 1111010 | 111111 | 1010100 | 0 | 110000 | 11111 | 110100 | 101010011 | 100000 | 100100 |
Color Harmonies of #7A3F54
Complementary color
Monochromatic Colors of #7A3F54
Black with #7A3F54
Text Example
Text Example
White with #7A3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F54; }
p { color: rgb(122,63,84); }
H1.HeaderClassName
{
color: #7A3F54;
}
.AnyTagClassName
{
color: #7A3F54;
}
</style>
background-color css
<style>
a { background-color: #7A3F54; }
a { background-color: rgb(122,63,84); }
div.DivClassName
{
background-color: #7A3F54;
}
.BgClassName
{
background-color: #7A3F54;
}
</style>
border-color css
<style>
span { border-color: #7A3F54; }
span { border-color: rgb(122,63,84); }
td.TdClassName
{
border-color: #7A3F54;
}
.TagClassName
{
border-color: #7A3F54;
}
</style>