Shades of Camelot #7A3647
Tints of Camelot #7A3647
RGB
CMYK
RGB Variations
Color information
#7A3647 (or 0x7A3647) is known color: Camelot. HEX triplet: 7A, 36 and 47. RGB value is (122,54,71). Sum of RGB (Red+Green+Blue) = 122+54+71=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3647 is #85C9B8. Grayscale: #4C4C4C. Windows color (decimal): -8767929 or 4667002. OLE color: 4667002.
HSL color Cylindrical-coordinate representation of color #7A3647: hue angle of 345º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A3647 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 71 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.52 |
| HSL | 345º | 0.39% | 0.35% | - |
| HSV(B) | 345º | 0.56% | 0.48% | - |
| XYZ | 10.48 | 7.23 | 6.8 | - |
| YUV | 76.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 71 | 0 | 0.56 | 0.42 | 0.52 | 345 | 0.39 | 0.35 |
| Hex | 7A | 36 | 47 | 0 | 38 | 2A | 34 | 159 | 27 | 23 |
| Octal | 172 | 66 | 107 | 0 | 70 | 52 | 64 | 531 | 47 | 43 |
| Binary | 1111010 | 110110 | 1000111 | 0 | 111000 | 101010 | 110100 | 101011001 | 100111 | 100011 |
Color Harmonies of #7A3647
Complementary color
Monochromatic Colors of #7A3647
Black with #7A3647
Text Example
Text Example
White with #7A3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3647; }
p { color: rgb(122,54,71); }
H1.HeaderClassName
{
color: #7A3647;
}
.AnyTagClassName
{
color: #7A3647;
}
</style>
background-color css
<style>
a { background-color: #7A3647; }
a { background-color: rgb(122,54,71); }
div.DivClassName
{
background-color: #7A3647;
}
.BgClassName
{
background-color: #7A3647;
}
</style>
border-color css
<style>
span { border-color: #7A3647; }
span { border-color: rgb(122,54,71); }
td.TdClassName
{
border-color: #7A3647;
}
.TagClassName
{
border-color: #7A3647;
}
</style>