Shades of Camelot #7A3F4A
Tints of Camelot #7A3F4A
RGB
CMYK
RGB Variations
Color information
#7A3F4A (or 0x7A3F4A) is known color: Camelot. HEX triplet: 7A, 3F and 4A. RGB value is (122,63,74). Sum of RGB (Red+Green+Blue) = 122+63+74=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F4A is #85C0B5. Grayscale: #515151. Windows color (decimal): -8765622 or 4865914. OLE color: 4865914.
HSL color Cylindrical-coordinate representation of color #7A3F4A: hue angle of 348.81º 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 #7A3F4A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 74 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.52 |
| HSL | 348.81º | 0.32% | 0.36% | - |
| HSV(B) | 348.81º | 0.48% | 0.48% | - |
| XYZ | 11.04 | 8.19 | 7.48 | - |
| YUV | 81.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 74 | 0 | 0.48 | 0.39 | 0.52 | 348.81 | 0.32 | 0.36 |
| Hex | 7A | 3F | 4A | 0 | 30 | 27 | 34 | 15D | 20 | 24 |
| Octal | 172 | 77 | 112 | 0 | 60 | 47 | 64 | 535 | 40 | 44 |
| Binary | 1111010 | 111111 | 1001010 | 0 | 110000 | 100111 | 110100 | 101011101 | 100000 | 100100 |
Color Harmonies of #7A3F4A
Complementary color
Monochromatic Colors of #7A3F4A
Black with #7A3F4A
Text Example
Text Example
White with #7A3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F4A; }
p { color: rgb(122,63,74); }
H1.HeaderClassName
{
color: #7A3F4A;
}
.AnyTagClassName
{
color: #7A3F4A;
}
</style>
background-color css
<style>
a { background-color: #7A3F4A; }
a { background-color: rgb(122,63,74); }
div.DivClassName
{
background-color: #7A3F4A;
}
.BgClassName
{
background-color: #7A3F4A;
}
</style>
border-color css
<style>
span { border-color: #7A3F4A; }
span { border-color: rgb(122,63,74); }
td.TdClassName
{
border-color: #7A3F4A;
}
.TagClassName
{
border-color: #7A3F4A;
}
</style>