Shades of Camelot #7C3C52
Tints of Camelot #7C3C52
RGB
CMYK
RGB Variations
Color information
#7C3C52 (or 0x7C3C52) is known color: Camelot. HEX triplet: 7C, 3C and 52. RGB value is (124,60,82). Sum of RGB (Red+Green+Blue) = 124+60+82=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C52 is #83C3AD. Grayscale: #515151. Windows color (decimal): -8635310 or 5389436. OLE color: 5389436.
HSL color Cylindrical-coordinate representation of color #7C3C52: hue angle of 339.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3C52 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 82 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.51 |
| HSL | 339.38º | 0.35% | 0.36% | - |
| HSV(B) | 339.38º | 0.52% | 0.49% | - |
| XYZ | 11.45 | 8.13 | 8.95 | - |
| YUV | 81.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 82 | 0 | 0.52 | 0.34 | 0.51 | 339.38 | 0.35 | 0.36 |
| Hex | 7C | 3C | 52 | 0 | 34 | 22 | 33 | 153 | 23 | 24 |
| Octal | 174 | 74 | 122 | 0 | 64 | 42 | 63 | 523 | 43 | 44 |
| Binary | 1111100 | 111100 | 1010010 | 0 | 110100 | 100010 | 110011 | 101010011 | 100011 | 100100 |
Color Harmonies of #7C3C52
Complementary color
Monochromatic Colors of #7C3C52
Black with #7C3C52
Text Example
Text Example
White with #7C3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C52; }
p { color: rgb(124,60,82); }
H1.HeaderClassName
{
color: #7C3C52;
}
.AnyTagClassName
{
color: #7C3C52;
}
</style>
background-color css
<style>
a { background-color: #7C3C52; }
a { background-color: rgb(124,60,82); }
div.DivClassName
{
background-color: #7C3C52;
}
.BgClassName
{
background-color: #7C3C52;
}
</style>
border-color css
<style>
span { border-color: #7C3C52; }
span { border-color: rgb(124,60,82); }
td.TdClassName
{
border-color: #7C3C52;
}
.TagClassName
{
border-color: #7C3C52;
}
</style>