Shades of Camelot #7A354A
Tints of Camelot #7A354A
RGB
CMYK
RGB Variations
Color information
#7A354A (or 0x7A354A) is known color: Camelot. HEX triplet: 7A, 35 and 4A. RGB value is (122,53,74). Sum of RGB (Red+Green+Blue) = 122+53+74=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A354A is #85CAB5. Grayscale: #4C4C4C. Windows color (decimal): -8768182 or 4863354. OLE color: 4863354.
HSL color Cylindrical-coordinate representation of color #7A354A: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A354A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 74 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.52 |
| HSL | 341.74º | 0.39% | 0.34% | - |
| HSV(B) | 341.74º | 0.57% | 0.48% | - |
| XYZ | 10.54 | 7.18 | 7.31 | - |
| YUV | 76.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 74 | 0 | 0.57 | 0.39 | 0.52 | 341.74 | 0.39 | 0.34 |
| Hex | 7A | 35 | 4A | 0 | 39 | 27 | 34 | 156 | 27 | 22 |
| Octal | 172 | 65 | 112 | 0 | 71 | 47 | 64 | 526 | 47 | 42 |
| Binary | 1111010 | 110101 | 1001010 | 0 | 111001 | 100111 | 110100 | 101010110 | 100111 | 100010 |
Color Harmonies of #7A354A
Complementary color
Monochromatic Colors of #7A354A
Black with #7A354A
Text Example
Text Example
White with #7A354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A354A; }
p { color: rgb(122,53,74); }
H1.HeaderClassName
{
color: #7A354A;
}
.AnyTagClassName
{
color: #7A354A;
}
</style>
background-color css
<style>
a { background-color: #7A354A; }
a { background-color: rgb(122,53,74); }
div.DivClassName
{
background-color: #7A354A;
}
.BgClassName
{
background-color: #7A354A;
}
</style>
border-color css
<style>
span { border-color: #7A354A; }
span { border-color: rgb(122,53,74); }
td.TdClassName
{
border-color: #7A354A;
}
.TagClassName
{
border-color: #7A354A;
}
</style>