Shades of Camelot #7A424B
Tints of Camelot #7A424B
RGB
CMYK
RGB Variations
Color information
#7A424B (or 0x7A424B) is known color: Camelot. HEX triplet: 7A, 42 and 4B. RGB value is (122,66,75). Sum of RGB (Red+Green+Blue) = 122+66+75=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A424B is #85BDB4. Grayscale: #535353. Windows color (decimal): -8764853 or 4932218. OLE color: 4932218.
HSL color Cylindrical-coordinate representation of color #7A424B: hue angle of 350.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A424B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 75 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.52 |
| HSL | 350.36º | 0.3% | 0.37% | - |
| HSV(B) | 350.36º | 0.46% | 0.48% | - |
| XYZ | 11.24 | 8.54 | 7.71 | - |
| YUV | 83.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 75 | 0 | 0.46 | 0.39 | 0.52 | 350.36 | 0.3 | 0.37 |
| Hex | 7A | 42 | 4B | 0 | 2E | 27 | 34 | 15E | 1E | 25 |
| Octal | 172 | 102 | 113 | 0 | 56 | 47 | 64 | 536 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1001011 | 0 | 101110 | 100111 | 110100 | 101011110 | 11110 | 100101 |
Color Harmonies of #7A424B
Complementary color
Monochromatic Colors of #7A424B
Black with #7A424B
Text Example
Text Example
White with #7A424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A424B; }
p { color: rgb(122,66,75); }
H1.HeaderClassName
{
color: #7A424B;
}
.AnyTagClassName
{
color: #7A424B;
}
</style>
background-color css
<style>
a { background-color: #7A424B; }
a { background-color: rgb(122,66,75); }
div.DivClassName
{
background-color: #7A424B;
}
.BgClassName
{
background-color: #7A424B;
}
</style>
border-color css
<style>
span { border-color: #7A424B; }
span { border-color: rgb(122,66,75); }
td.TdClassName
{
border-color: #7A424B;
}
.TagClassName
{
border-color: #7A424B;
}
</style>