Shades of Camelot #7A3B4B
Tints of Camelot #7A3B4B
RGB
CMYK
RGB Variations
Color information
#7A3B4B (or 0x7A3B4B) is known color: Camelot. HEX triplet: 7A, 3B and 4B. RGB value is (122,59,75). Sum of RGB (Red+Green+Blue) = 122+59+75=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B4B is #85C4B4. Grayscale: #4F4F4F. Windows color (decimal): -8766645 or 4930426. OLE color: 4930426.
HSL color Cylindrical-coordinate representation of color #7A3B4B: hue angle of 344.76º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3B4B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 75 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.52 |
| HSL | 344.76º | 0.35% | 0.35% | - |
| HSV(B) | 344.76º | 0.52% | 0.48% | - |
| XYZ | 10.86 | 7.77 | 7.58 | - |
| YUV | 79.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 75 | 0 | 0.52 | 0.39 | 0.52 | 344.76 | 0.35 | 0.35 |
| Hex | 7A | 3B | 4B | 0 | 34 | 27 | 34 | 159 | 23 | 23 |
| Octal | 172 | 73 | 113 | 0 | 64 | 47 | 64 | 531 | 43 | 43 |
| Binary | 1111010 | 111011 | 1001011 | 0 | 110100 | 100111 | 110100 | 101011001 | 100011 | 100011 |
Color Harmonies of #7A3B4B
Complementary color
Monochromatic Colors of #7A3B4B
Black with #7A3B4B
Text Example
Text Example
White with #7A3B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B4B; }
p { color: rgb(122,59,75); }
H1.HeaderClassName
{
color: #7A3B4B;
}
.AnyTagClassName
{
color: #7A3B4B;
}
</style>
background-color css
<style>
a { background-color: #7A3B4B; }
a { background-color: rgb(122,59,75); }
div.DivClassName
{
background-color: #7A3B4B;
}
.BgClassName
{
background-color: #7A3B4B;
}
</style>
border-color css
<style>
span { border-color: #7A3B4B; }
span { border-color: rgb(122,59,75); }
td.TdClassName
{
border-color: #7A3B4B;
}
.TagClassName
{
border-color: #7A3B4B;
}
</style>