Shades of Camelot #7A434D
Tints of Camelot #7A434D
RGB
CMYK
RGB Variations
Color information
#7A434D (or 0x7A434D) is known color: Camelot. HEX triplet: 7A, 43 and 4D. RGB value is (122,67,77). Sum of RGB (Red+Green+Blue) = 122+67+77=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A434D is #85BCB2. Grayscale: #545454. Windows color (decimal): -8764595 or 5063546. OLE color: 5063546.
HSL color Cylindrical-coordinate representation of color #7A434D: hue angle of 349.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A434D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 77 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.52 |
| HSL | 349.09º | 0.29% | 0.37% | - |
| HSV(B) | 349.09º | 0.45% | 0.48% | - |
| XYZ | 11.37 | 8.69 | 8.1 | - |
| YUV | 84.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 77 | 0 | 0.45 | 0.37 | 0.52 | 349.09 | 0.29 | 0.37 |
| Hex | 7A | 43 | 4D | 0 | 2D | 25 | 34 | 15D | 1D | 25 |
| Octal | 172 | 103 | 115 | 0 | 55 | 45 | 64 | 535 | 35 | 45 |
| Binary | 1111010 | 1000011 | 1001101 | 0 | 101101 | 100101 | 110100 | 101011101 | 11101 | 100101 |
Color Harmonies of #7A434D
Complementary color
Monochromatic Colors of #7A434D
Black with #7A434D
Text Example
Text Example
White with #7A434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A434D; }
p { color: rgb(122,67,77); }
H1.HeaderClassName
{
color: #7A434D;
}
.AnyTagClassName
{
color: #7A434D;
}
</style>
background-color css
<style>
a { background-color: #7A434D; }
a { background-color: rgb(122,67,77); }
div.DivClassName
{
background-color: #7A434D;
}
.BgClassName
{
background-color: #7A434D;
}
</style>
border-color css
<style>
span { border-color: #7A434D; }
span { border-color: rgb(122,67,77); }
td.TdClassName
{
border-color: #7A434D;
}
.TagClassName
{
border-color: #7A434D;
}
</style>