Shades of Camelot #7A3A4B
Tints of Camelot #7A3A4B
RGB
CMYK
RGB Variations
Color information
#7A3A4B (or 0x7A3A4B) is known color: Camelot. HEX triplet: 7A, 3A and 4B. RGB value is (122,58,75). Sum of RGB (Red+Green+Blue) = 122+58+75=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A4B is #85C5B4. Grayscale: #4F4F4F. Windows color (decimal): -8766901 or 4930170. OLE color: 4930170.
HSL color Cylindrical-coordinate representation of color #7A3A4B: hue angle of 344.06º degrees, saturation: 0.36, 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 #7A3A4B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 75 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.52 |
| HSL | 344.06º | 0.36% | 0.35% | - |
| HSV(B) | 344.06º | 0.52% | 0.48% | - |
| XYZ | 10.81 | 7.67 | 7.57 | - |
| YUV | 79.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 75 | 0 | 0.52 | 0.39 | 0.52 | 344.06 | 0.36 | 0.35 |
| Hex | 7A | 3A | 4B | 0 | 34 | 27 | 34 | 158 | 24 | 23 |
| Octal | 172 | 72 | 113 | 0 | 64 | 47 | 64 | 530 | 44 | 43 |
| Binary | 1111010 | 111010 | 1001011 | 0 | 110100 | 100111 | 110100 | 101011000 | 100100 | 100011 |
Color Harmonies of #7A3A4B
Complementary color
Monochromatic Colors of #7A3A4B
Black with #7A3A4B
Text Example
Text Example
White with #7A3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A4B; }
p { color: rgb(122,58,75); }
H1.HeaderClassName
{
color: #7A3A4B;
}
.AnyTagClassName
{
color: #7A3A4B;
}
</style>
background-color css
<style>
a { background-color: #7A3A4B; }
a { background-color: rgb(122,58,75); }
div.DivClassName
{
background-color: #7A3A4B;
}
.BgClassName
{
background-color: #7A3A4B;
}
</style>
border-color css
<style>
span { border-color: #7A3A4B; }
span { border-color: rgb(122,58,75); }
td.TdClassName
{
border-color: #7A3A4B;
}
.TagClassName
{
border-color: #7A3A4B;
}
</style>