Shades of Camelot #7C394E
Tints of Camelot #7C394E
RGB
CMYK
RGB Variations
Color information
#7C394E (or 0x7C394E) is known color: Camelot. HEX triplet: 7C, 39 and 4E. RGB value is (124,57,78). Sum of RGB (Red+Green+Blue) = 124+57+78=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C394E is #83C6B1. Grayscale: #4F4F4F. Windows color (decimal): -8636082 or 5126524. OLE color: 5126524.
HSL color Cylindrical-coordinate representation of color #7C394E: hue angle of 341.19º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C394E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 78 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.51 |
| HSL | 341.19º | 0.37% | 0.35% | - |
| HSV(B) | 341.19º | 0.54% | 0.49% | - |
| XYZ | 11.15 | 7.76 | 8.12 | - |
| YUV | 79.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 78 | 0 | 0.54 | 0.37 | 0.51 | 341.19 | 0.37 | 0.35 |
| Hex | 7C | 39 | 4E | 0 | 36 | 25 | 33 | 155 | 25 | 23 |
| Octal | 174 | 71 | 116 | 0 | 66 | 45 | 63 | 525 | 45 | 43 |
| Binary | 1111100 | 111001 | 1001110 | 0 | 110110 | 100101 | 110011 | 101010101 | 100101 | 100011 |
Color Harmonies of #7C394E
Complementary color
Monochromatic Colors of #7C394E
Black with #7C394E
Text Example
Text Example
White with #7C394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C394E; }
p { color: rgb(124,57,78); }
H1.HeaderClassName
{
color: #7C394E;
}
.AnyTagClassName
{
color: #7C394E;
}
</style>
background-color css
<style>
a { background-color: #7C394E; }
a { background-color: rgb(124,57,78); }
div.DivClassName
{
background-color: #7C394E;
}
.BgClassName
{
background-color: #7C394E;
}
</style>
border-color css
<style>
span { border-color: #7C394E; }
span { border-color: rgb(124,57,78); }
td.TdClassName
{
border-color: #7C394E;
}
.TagClassName
{
border-color: #7C394E;
}
</style>