Shades of Camelot #7C3B50
Tints of Camelot #7C3B50
RGB
CMYK
RGB Variations
Color information
#7C3B50 (or 0x7C3B50) is known color: Camelot. HEX triplet: 7C, 3B and 50. RGB value is (124,59,80). Sum of RGB (Red+Green+Blue) = 124+59+80=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B50 is #83C4AF. Grayscale: #505050. Windows color (decimal): -8635568 or 5258108. OLE color: 5258108.
HSL color Cylindrical-coordinate representation of color #7C3B50: hue angle of 340.62º degrees, saturation: 0.36, 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 #7C3B50 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 80 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.51 |
| HSL | 340.62º | 0.36% | 0.36% | - |
| HSV(B) | 340.62º | 0.52% | 0.49% | - |
| XYZ | 11.32 | 7.99 | 8.54 | - |
| YUV | 80.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 80 | 0 | 0.52 | 0.35 | 0.51 | 340.62 | 0.36 | 0.36 |
| Hex | 7C | 3B | 50 | 0 | 34 | 23 | 33 | 155 | 24 | 24 |
| Octal | 174 | 73 | 120 | 0 | 64 | 43 | 63 | 525 | 44 | 44 |
| Binary | 1111100 | 111011 | 1010000 | 0 | 110100 | 100011 | 110011 | 101010101 | 100100 | 100100 |
Color Harmonies of #7C3B50
Complementary color
Monochromatic Colors of #7C3B50
Black with #7C3B50
Text Example
Text Example
White with #7C3B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B50; }
p { color: rgb(124,59,80); }
H1.HeaderClassName
{
color: #7C3B50;
}
.AnyTagClassName
{
color: #7C3B50;
}
</style>
background-color css
<style>
a { background-color: #7C3B50; }
a { background-color: rgb(124,59,80); }
div.DivClassName
{
background-color: #7C3B50;
}
.BgClassName
{
background-color: #7C3B50;
}
</style>
border-color css
<style>
span { border-color: #7C3B50; }
span { border-color: rgb(124,59,80); }
td.TdClassName
{
border-color: #7C3B50;
}
.TagClassName
{
border-color: #7C3B50;
}
</style>