Shades of Camelot #7C394D
Tints of Camelot #7C394D
RGB
CMYK
RGB Variations
Color information
#7C394D (or 0x7C394D) is known color: Camelot. HEX triplet: 7C, 39 and 4D. RGB value is (124,57,77). Sum of RGB (Red+Green+Blue) = 124+57+77=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C394D is #83C6B2. Grayscale: #4F4F4F. Windows color (decimal): -8636083 or 5060988. OLE color: 5060988.
HSL color Cylindrical-coordinate representation of color #7C394D: hue angle of 342.09º 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 #7C394D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 77 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.51 |
| HSL | 342.09º | 0.37% | 0.35% | - |
| HSV(B) | 342.09º | 0.54% | 0.49% | - |
| XYZ | 11.11 | 7.75 | 7.93 | - |
| YUV | 79.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 77 | 0 | 0.54 | 0.38 | 0.51 | 342.09 | 0.37 | 0.35 |
| Hex | 7C | 39 | 4D | 0 | 36 | 26 | 33 | 156 | 25 | 23 |
| Octal | 174 | 71 | 115 | 0 | 66 | 46 | 63 | 526 | 45 | 43 |
| Binary | 1111100 | 111001 | 1001101 | 0 | 110110 | 100110 | 110011 | 101010110 | 100101 | 100011 |
Color Harmonies of #7C394D
Complementary color
Monochromatic Colors of #7C394D
Black with #7C394D
Text Example
Text Example
White with #7C394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C394D; }
p { color: rgb(124,57,77); }
H1.HeaderClassName
{
color: #7C394D;
}
.AnyTagClassName
{
color: #7C394D;
}
</style>
background-color css
<style>
a { background-color: #7C394D; }
a { background-color: rgb(124,57,77); }
div.DivClassName
{
background-color: #7C394D;
}
.BgClassName
{
background-color: #7C394D;
}
</style>
border-color css
<style>
span { border-color: #7C394D; }
span { border-color: rgb(124,57,77); }
td.TdClassName
{
border-color: #7C394D;
}
.TagClassName
{
border-color: #7C394D;
}
</style>