Shades of Camelot #7C3F53
Tints of Camelot #7C3F53
RGB
CMYK
RGB Variations
Color information
#7C3F53 (or 0x7C3F53) is known color: Camelot. HEX triplet: 7C, 3F and 53. RGB value is (124,63,83). Sum of RGB (Red+Green+Blue) = 124+63+83=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F53 is #83C0AC. Grayscale: #535353. Windows color (decimal): -8634541 or 5455740. OLE color: 5455740.
HSL color Cylindrical-coordinate representation of color #7C3F53: hue angle of 340.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C3F53 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 63 | 83 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.51 |
| HSL | 340.33º | 0.33% | 0.37% | - |
| HSV(B) | 340.33º | 0.49% | 0.49% | - |
| XYZ | 11.65 | 8.46 | 9.2 | - |
| YUV | 83.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 83 | 0 | 0.49 | 0.33 | 0.51 | 340.33 | 0.33 | 0.37 |
| Hex | 7C | 3F | 53 | 0 | 31 | 21 | 33 | 154 | 21 | 25 |
| Octal | 174 | 77 | 123 | 0 | 61 | 41 | 63 | 524 | 41 | 45 |
| Binary | 1111100 | 111111 | 1010011 | 0 | 110001 | 100001 | 110011 | 101010100 | 100001 | 100101 |
Color Harmonies of #7C3F53
Complementary color
Monochromatic Colors of #7C3F53
Black with #7C3F53
Text Example
Text Example
White with #7C3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3F53; }
p { color: rgb(124,63,83); }
H1.HeaderClassName
{
color: #7C3F53;
}
.AnyTagClassName
{
color: #7C3F53;
}
</style>
background-color css
<style>
a { background-color: #7C3F53; }
a { background-color: rgb(124,63,83); }
div.DivClassName
{
background-color: #7C3F53;
}
.BgClassName
{
background-color: #7C3F53;
}
</style>
border-color css
<style>
span { border-color: #7C3F53; }
span { border-color: rgb(124,63,83); }
td.TdClassName
{
border-color: #7C3F53;
}
.TagClassName
{
border-color: #7C3F53;
}
</style>