Shades of Camelot #7A3D4A
Tints of Camelot #7A3D4A
RGB
CMYK
RGB Variations
Color information
#7A3D4A (or 0x7A3D4A) is known color: Camelot. HEX triplet: 7A, 3D and 4A. RGB value is (122,61,74). Sum of RGB (Red+Green+Blue) = 122+61+74=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3D4A is #85C2B5. Grayscale: #505050. Windows color (decimal): -8766134 or 4865402. OLE color: 4865402.
HSL color Cylindrical-coordinate representation of color #7A3D4A: hue angle of 347.21º 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 #7A3D4A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 74 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.52 |
| HSL | 347.21º | 0.33% | 0.36% | - |
| HSV(B) | 347.21º | 0.5% | 0.48% | - |
| XYZ | 10.93 | 7.97 | 7.44 | - |
| YUV | 80.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 74 | 0 | 0.50 | 0.39 | 0.52 | 347.21 | 0.33 | 0.36 |
| Hex | 7A | 3D | 4A | 0 | 32 | 27 | 34 | 15B | 21 | 24 |
| Octal | 172 | 75 | 112 | 0 | 62 | 47 | 64 | 533 | 41 | 44 |
| Binary | 1111010 | 111101 | 1001010 | 0 | 110010 | 100111 | 110100 | 101011011 | 100001 | 100100 |
Color Harmonies of #7A3D4A
Complementary color
Monochromatic Colors of #7A3D4A
Black with #7A3D4A
Text Example
Text Example
White with #7A3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D4A; }
p { color: rgb(122,61,74); }
H1.HeaderClassName
{
color: #7A3D4A;
}
.AnyTagClassName
{
color: #7A3D4A;
}
</style>
background-color css
<style>
a { background-color: #7A3D4A; }
a { background-color: rgb(122,61,74); }
div.DivClassName
{
background-color: #7A3D4A;
}
.BgClassName
{
background-color: #7A3D4A;
}
</style>
border-color css
<style>
span { border-color: #7A3D4A; }
span { border-color: rgb(122,61,74); }
td.TdClassName
{
border-color: #7A3D4A;
}
.TagClassName
{
border-color: #7A3D4A;
}
</style>