Shades of Camelot #7A454E
Tints of Camelot #7A454E
RGB
CMYK
RGB Variations
Color information
#7A454E (or 0x7A454E) is known color: Camelot. HEX triplet: 7A, 45 and 4E. RGB value is (122,69,78). Sum of RGB (Red+Green+Blue) = 122+69+78=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A454E is #85BAB1. Grayscale: #555555. Windows color (decimal): -8764082 or 5129594. OLE color: 5129594.
HSL color Cylindrical-coordinate representation of color #7A454E: hue angle of 349.81º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A454E is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 78 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.52 |
| HSL | 349.81º | 0.28% | 0.37% | - |
| HSV(B) | 349.81º | 0.43% | 0.48% | - |
| XYZ | 11.53 | 8.94 | 8.33 | - |
| YUV | 85.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 78 | 0 | 0.43 | 0.36 | 0.52 | 349.81 | 0.28 | 0.37 |
| Hex | 7A | 45 | 4E | 0 | 2B | 24 | 34 | 15E | 1C | 25 |
| Octal | 172 | 105 | 116 | 0 | 53 | 44 | 64 | 536 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1001110 | 0 | 101011 | 100100 | 110100 | 101011110 | 11100 | 100101 |
Color Harmonies of #7A454E
Complementary color
Monochromatic Colors of #7A454E
Black with #7A454E
Text Example
Text Example
White with #7A454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A454E; }
p { color: rgb(122,69,78); }
H1.HeaderClassName
{
color: #7A454E;
}
.AnyTagClassName
{
color: #7A454E;
}
</style>
background-color css
<style>
a { background-color: #7A454E; }
a { background-color: rgb(122,69,78); }
div.DivClassName
{
background-color: #7A454E;
}
.BgClassName
{
background-color: #7A454E;
}
</style>
border-color css
<style>
span { border-color: #7A454E; }
span { border-color: rgb(122,69,78); }
td.TdClassName
{
border-color: #7A454E;
}
.TagClassName
{
border-color: #7A454E;
}
</style>