Shades of Camelot #7C3C50
Tints of Camelot #7C3C50
RGB
CMYK
RGB Variations
Color information
#7C3C50 (or 0x7C3C50) is known color: Camelot. HEX triplet: 7C, 3C and 50. RGB value is (124,60,80). Sum of RGB (Red+Green+Blue) = 124+60+80=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C50 is #83C3AF. Grayscale: #515151. Windows color (decimal): -8635312 or 5258364. OLE color: 5258364.
HSL color Cylindrical-coordinate representation of color #7C3C50: hue angle of 341.25º 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 #7C3C50 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 80 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.51 |
| HSL | 341.25º | 0.35% | 0.36% | - |
| HSV(B) | 341.25º | 0.52% | 0.49% | - |
| XYZ | 11.38 | 8.1 | 8.55 | - |
| YUV | 81.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 80 | 0 | 0.52 | 0.35 | 0.51 | 341.25 | 0.35 | 0.36 |
| Hex | 7C | 3C | 50 | 0 | 34 | 23 | 33 | 155 | 23 | 24 |
| Octal | 174 | 74 | 120 | 0 | 64 | 43 | 63 | 525 | 43 | 44 |
| Binary | 1111100 | 111100 | 1010000 | 0 | 110100 | 100011 | 110011 | 101010101 | 100011 | 100100 |
Color Harmonies of #7C3C50
Complementary color
Monochromatic Colors of #7C3C50
Black with #7C3C50
Text Example
Text Example
White with #7C3C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C50; }
p { color: rgb(124,60,80); }
H1.HeaderClassName
{
color: #7C3C50;
}
.AnyTagClassName
{
color: #7C3C50;
}
</style>
background-color css
<style>
a { background-color: #7C3C50; }
a { background-color: rgb(124,60,80); }
div.DivClassName
{
background-color: #7C3C50;
}
.BgClassName
{
background-color: #7C3C50;
}
</style>
border-color css
<style>
span { border-color: #7C3C50; }
span { border-color: rgb(124,60,80); }
td.TdClassName
{
border-color: #7C3C50;
}
.TagClassName
{
border-color: #7C3C50;
}
</style>