Shades of Camelot #7A3947
Tints of Camelot #7A3947
RGB
CMYK
RGB Variations
Color information
#7A3947 (or 0x7A3947) is known color: Camelot. HEX triplet: 7A, 39 and 47. RGB value is (122,57,71). Sum of RGB (Red+Green+Blue) = 122+57+71=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3947 is #85C6B8. Grayscale: #4E4E4E. Windows color (decimal): -8767161 or 4667770. OLE color: 4667770.
HSL color Cylindrical-coordinate representation of color #7A3947: hue angle of 347.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3947 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 71 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.52 |
| HSL | 347.08º | 0.36% | 0.35% | - |
| HSV(B) | 347.08º | 0.53% | 0.48% | - |
| XYZ | 10.63 | 7.52 | 6.85 | - |
| YUV | 78.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 71 | 0 | 0.53 | 0.42 | 0.52 | 347.08 | 0.36 | 0.35 |
| Hex | 7A | 39 | 47 | 0 | 35 | 2A | 34 | 15B | 24 | 23 |
| Octal | 172 | 71 | 107 | 0 | 65 | 52 | 64 | 533 | 44 | 43 |
| Binary | 1111010 | 111001 | 1000111 | 0 | 110101 | 101010 | 110100 | 101011011 | 100100 | 100011 |
Color Harmonies of #7A3947
Complementary color
Monochromatic Colors of #7A3947
Black with #7A3947
Text Example
Text Example
White with #7A3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3947; }
p { color: rgb(122,57,71); }
H1.HeaderClassName
{
color: #7A3947;
}
.AnyTagClassName
{
color: #7A3947;
}
</style>
background-color css
<style>
a { background-color: #7A3947; }
a { background-color: rgb(122,57,71); }
div.DivClassName
{
background-color: #7A3947;
}
.BgClassName
{
background-color: #7A3947;
}
</style>
border-color css
<style>
span { border-color: #7A3947; }
span { border-color: rgb(122,57,71); }
td.TdClassName
{
border-color: #7A3947;
}
.TagClassName
{
border-color: #7A3947;
}
</style>