Shades of Camelot #7A3D51
Tints of Camelot #7A3D51
RGB
CMYK
RGB Variations
Color information
#7A3D51 (or 0x7A3D51) is known color: Camelot. HEX triplet: 7A, 3D and 51. RGB value is (122,61,81). Sum of RGB (Red+Green+Blue) = 122+61+81=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D51 is #85C2AE. Grayscale: #515151. Windows color (decimal): -8766127 or 5324154. OLE color: 5324154.
HSL color Cylindrical-coordinate representation of color #7A3D51: hue angle of 340.33º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D51 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 81 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.52 |
| HSL | 340.33º | 0.33% | 0.36% | - |
| HSV(B) | 340.33º | 0.5% | 0.48% | - |
| XYZ | 11.18 | 8.07 | 8.75 | - |
| YUV | 81.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 81 | 0 | 0.50 | 0.34 | 0.52 | 340.33 | 0.33 | 0.36 |
| Hex | 7A | 3D | 51 | 0 | 32 | 22 | 34 | 154 | 21 | 24 |
| Octal | 172 | 75 | 121 | 0 | 62 | 42 | 64 | 524 | 41 | 44 |
| Binary | 1111010 | 111101 | 1010001 | 0 | 110010 | 100010 | 110100 | 101010100 | 100001 | 100100 |
Color Harmonies of #7A3D51
Complementary color
Monochromatic Colors of #7A3D51
Black with #7A3D51
Text Example
Text Example
White with #7A3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D51; }
p { color: rgb(122,61,81); }
H1.HeaderClassName
{
color: #7A3D51;
}
.AnyTagClassName
{
color: #7A3D51;
}
</style>
background-color css
<style>
a { background-color: #7A3D51; }
a { background-color: rgb(122,61,81); }
div.DivClassName
{
background-color: #7A3D51;
}
.BgClassName
{
background-color: #7A3D51;
}
</style>
border-color css
<style>
span { border-color: #7A3D51; }
span { border-color: rgb(122,61,81); }
td.TdClassName
{
border-color: #7A3D51;
}
.TagClassName
{
border-color: #7A3D51;
}
</style>