Shades of Camelot #7A3F4B
Tints of Camelot #7A3F4B
RGB
CMYK
RGB Variations
Color information
#7A3F4B (or 0x7A3F4B) is known color: Camelot. HEX triplet: 7A, 3F and 4B. RGB value is (122,63,75). Sum of RGB (Red+Green+Blue) = 122+63+75=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F4B is #85C0B4. Grayscale: #525252. Windows color (decimal): -8765621 or 4931450. OLE color: 4931450.
HSL color Cylindrical-coordinate representation of color #7A3F4B: hue angle of 347.8º 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 #7A3F4B is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 75 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.52 |
| HSL | 347.8º | 0.32% | 0.36% | - |
| HSV(B) | 347.8º | 0.48% | 0.48% | - |
| XYZ | 11.07 | 8.2 | 7.66 | - |
| YUV | 82.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 75 | 0 | 0.48 | 0.39 | 0.52 | 347.8 | 0.32 | 0.36 |
| Hex | 7A | 3F | 4B | 0 | 30 | 27 | 34 | 15C | 20 | 24 |
| Octal | 172 | 77 | 113 | 0 | 60 | 47 | 64 | 534 | 40 | 44 |
| Binary | 1111010 | 111111 | 1001011 | 0 | 110000 | 100111 | 110100 | 101011100 | 100000 | 100100 |
Color Harmonies of #7A3F4B
Complementary color
Monochromatic Colors of #7A3F4B
Black with #7A3F4B
Text Example
Text Example
White with #7A3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F4B; }
p { color: rgb(122,63,75); }
H1.HeaderClassName
{
color: #7A3F4B;
}
.AnyTagClassName
{
color: #7A3F4B;
}
</style>
background-color css
<style>
a { background-color: #7A3F4B; }
a { background-color: rgb(122,63,75); }
div.DivClassName
{
background-color: #7A3F4B;
}
.BgClassName
{
background-color: #7A3F4B;
}
</style>
border-color css
<style>
span { border-color: #7A3F4B; }
span { border-color: rgb(122,63,75); }
td.TdClassName
{
border-color: #7A3F4B;
}
.TagClassName
{
border-color: #7A3F4B;
}
</style>