Shades of Camelot #7A464F
Tints of Camelot #7A464F
RGB
CMYK
RGB Variations
Color information
#7A464F (or 0x7A464F) is known color: Camelot. HEX triplet: 7A, 46 and 4F. RGB value is (122,70,79). Sum of RGB (Red+Green+Blue) = 122+70+79=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A464F is #85B9B0. Grayscale: #565656. Windows color (decimal): -8763825 or 5195386. OLE color: 5195386.
HSL color Cylindrical-coordinate representation of color #7A464F: hue angle of 349.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A464F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 79 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.52 |
| HSL | 349.62º | 0.27% | 0.38% | - |
| HSV(B) | 349.62º | 0.43% | 0.48% | - |
| XYZ | 11.63 | 9.08 | 8.54 | - |
| YUV | 86.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 79 | 0 | 0.43 | 0.35 | 0.52 | 349.62 | 0.27 | 0.38 |
| Hex | 7A | 46 | 4F | 0 | 2B | 23 | 34 | 15E | 1B | 26 |
| Octal | 172 | 106 | 117 | 0 | 53 | 43 | 64 | 536 | 33 | 46 |
| Binary | 1111010 | 1000110 | 1001111 | 0 | 101011 | 100011 | 110100 | 101011110 | 11011 | 100110 |
Color Harmonies of #7A464F
Complementary color
Monochromatic Colors of #7A464F
Black with #7A464F
Text Example
Text Example
White with #7A464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A464F; }
p { color: rgb(122,70,79); }
H1.HeaderClassName
{
color: #7A464F;
}
.AnyTagClassName
{
color: #7A464F;
}
</style>
background-color css
<style>
a { background-color: #7A464F; }
a { background-color: rgb(122,70,79); }
div.DivClassName
{
background-color: #7A464F;
}
.BgClassName
{
background-color: #7A464F;
}
</style>
border-color css
<style>
span { border-color: #7A464F; }
span { border-color: rgb(122,70,79); }
td.TdClassName
{
border-color: #7A464F;
}
.TagClassName
{
border-color: #7A464F;
}
</style>