Shades of Camelot #7C374C
Tints of Camelot #7C374C
RGB
CMYK
RGB Variations
Color information
#7C374C (or 0x7C374C) is known color: Camelot. HEX triplet: 7C, 37 and 4C. RGB value is (124,55,76). Sum of RGB (Red+Green+Blue) = 124+55+76=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C374C is #83C8B3. Grayscale: #4E4E4E. Windows color (decimal): -8636596 or 4994940. OLE color: 4994940.
HSL color Cylindrical-coordinate representation of color #7C374C: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C374C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 76 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.51 |
| HSL | 341.74º | 0.39% | 0.35% | - |
| HSV(B) | 341.74º | 0.56% | 0.49% | - |
| XYZ | 10.98 | 7.54 | 7.71 | - |
| YUV | 78.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 76 | 0 | 0.56 | 0.39 | 0.51 | 341.74 | 0.39 | 0.35 |
| Hex | 7C | 37 | 4C | 0 | 38 | 27 | 33 | 156 | 27 | 23 |
| Octal | 174 | 67 | 114 | 0 | 70 | 47 | 63 | 526 | 47 | 43 |
| Binary | 1111100 | 110111 | 1001100 | 0 | 111000 | 100111 | 110011 | 101010110 | 100111 | 100011 |
Color Harmonies of #7C374C
Complementary color
Monochromatic Colors of #7C374C
Black with #7C374C
Text Example
Text Example
White with #7C374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C374C; }
p { color: rgb(124,55,76); }
H1.HeaderClassName
{
color: #7C374C;
}
.AnyTagClassName
{
color: #7C374C;
}
</style>
background-color css
<style>
a { background-color: #7C374C; }
a { background-color: rgb(124,55,76); }
div.DivClassName
{
background-color: #7C374C;
}
.BgClassName
{
background-color: #7C374C;
}
</style>
border-color css
<style>
span { border-color: #7C374C; }
span { border-color: rgb(124,55,76); }
td.TdClassName
{
border-color: #7C374C;
}
.TagClassName
{
border-color: #7C374C;
}
</style>