Shades of Camelot #7A3E4F
Tints of Camelot #7A3E4F
RGB
CMYK
RGB Variations
Color information
#7A3E4F (or 0x7A3E4F) is known color: Camelot. HEX triplet: 7A, 3E and 4F. RGB value is (122,62,79). Sum of RGB (Red+Green+Blue) = 122+62+79=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E4F is #85C1B0. Grayscale: #515151. Windows color (decimal): -8765873 or 5193338. OLE color: 5193338.
HSL color Cylindrical-coordinate representation of color #7A3E4F: hue angle of 343º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E4F is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 79 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.52 |
| HSL | 343º | 0.33% | 0.36% | - |
| HSV(B) | 343º | 0.49% | 0.48% | - |
| XYZ | 11.16 | 8.15 | 8.38 | - |
| YUV | 81.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 79 | 0 | 0.49 | 0.35 | 0.52 | 343 | 0.33 | 0.36 |
| Hex | 7A | 3E | 4F | 0 | 31 | 23 | 34 | 157 | 21 | 24 |
| Octal | 172 | 76 | 117 | 0 | 61 | 43 | 64 | 527 | 41 | 44 |
| Binary | 1111010 | 111110 | 1001111 | 0 | 110001 | 100011 | 110100 | 101010111 | 100001 | 100100 |
Color Harmonies of #7A3E4F
Complementary color
Monochromatic Colors of #7A3E4F
Black with #7A3E4F
Text Example
Text Example
White with #7A3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E4F; }
p { color: rgb(122,62,79); }
H1.HeaderClassName
{
color: #7A3E4F;
}
.AnyTagClassName
{
color: #7A3E4F;
}
</style>
background-color css
<style>
a { background-color: #7A3E4F; }
a { background-color: rgb(122,62,79); }
div.DivClassName
{
background-color: #7A3E4F;
}
.BgClassName
{
background-color: #7A3E4F;
}
</style>
border-color css
<style>
span { border-color: #7A3E4F; }
span { border-color: rgb(122,62,79); }
td.TdClassName
{
border-color: #7A3E4F;
}
.TagClassName
{
border-color: #7A3E4F;
}
</style>