Shades of Camelot #7C3C4C
Tints of Camelot #7C3C4C
RGB
CMYK
RGB Variations
Color information
#7C3C4C (or 0x7C3C4C) is known color: Camelot. HEX triplet: 7C, 3C and 4C. RGB value is (124,60,76). Sum of RGB (Red+Green+Blue) = 124+60+76=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C4C is #83C3B3. Grayscale: #505050. Windows color (decimal): -8635316 or 4996220. OLE color: 4996220.
HSL color Cylindrical-coordinate representation of color #7C3C4C: hue angle of 345º 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 #7C3C4C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 76 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.51 |
| HSL | 345º | 0.35% | 0.36% | - |
| HSV(B) | 345º | 0.52% | 0.49% | - |
| XYZ | 11.23 | 8.04 | 7.8 | - |
| YUV | 80.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 76 | 0 | 0.52 | 0.39 | 0.51 | 345 | 0.35 | 0.36 |
| Hex | 7C | 3C | 4C | 0 | 34 | 27 | 33 | 159 | 23 | 24 |
| Octal | 174 | 74 | 114 | 0 | 64 | 47 | 63 | 531 | 43 | 44 |
| Binary | 1111100 | 111100 | 1001100 | 0 | 110100 | 100111 | 110011 | 101011001 | 100011 | 100100 |
Color Harmonies of #7C3C4C
Complementary color
Monochromatic Colors of #7C3C4C
Black with #7C3C4C
Text Example
Text Example
White with #7C3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C4C; }
p { color: rgb(124,60,76); }
H1.HeaderClassName
{
color: #7C3C4C;
}
.AnyTagClassName
{
color: #7C3C4C;
}
</style>
background-color css
<style>
a { background-color: #7C3C4C; }
a { background-color: rgb(124,60,76); }
div.DivClassName
{
background-color: #7C3C4C;
}
.BgClassName
{
background-color: #7C3C4C;
}
</style>
border-color css
<style>
span { border-color: #7C3C4C; }
span { border-color: rgb(124,60,76); }
td.TdClassName
{
border-color: #7C3C4C;
}
.TagClassName
{
border-color: #7C3C4C;
}
</style>