Shades of Camelot #7C4554
Tints of Camelot #7C4554
RGB
CMYK
RGB Variations
Color information
#7C4554 (or 0x7C4554) is known color: Camelot. HEX triplet: 7C, 45 and 54. RGB value is (124,69,84). Sum of RGB (Red+Green+Blue) = 124+69+84=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4554 is #83BAAB. Grayscale: #575757. Windows color (decimal): -8633004 or 5522812. OLE color: 5522812.
HSL color Cylindrical-coordinate representation of color #7C4554: hue angle of 343.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4554 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 84 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.51 |
| HSL | 343.64º | 0.28% | 0.38% | - |
| HSV(B) | 343.64º | 0.44% | 0.49% | - |
| XYZ | 12.04 | 9.18 | 9.53 | - |
| YUV | 87.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 84 | 0 | 0.44 | 0.32 | 0.51 | 343.64 | 0.28 | 0.38 |
| Hex | 7C | 45 | 54 | 0 | 2C | 20 | 33 | 158 | 1C | 26 |
| Octal | 174 | 105 | 124 | 0 | 54 | 40 | 63 | 530 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1010100 | 0 | 101100 | 100000 | 110011 | 101011000 | 11100 | 100110 |
Color Harmonies of #7C4554
Complementary color
Monochromatic Colors of #7C4554
Black with #7C4554
Text Example
Text Example
White with #7C4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4554; }
p { color: rgb(124,69,84); }
H1.HeaderClassName
{
color: #7C4554;
}
.AnyTagClassName
{
color: #7C4554;
}
</style>
background-color css
<style>
a { background-color: #7C4554; }
a { background-color: rgb(124,69,84); }
div.DivClassName
{
background-color: #7C4554;
}
.BgClassName
{
background-color: #7C4554;
}
</style>
border-color css
<style>
span { border-color: #7C4554; }
span { border-color: rgb(124,69,84); }
td.TdClassName
{
border-color: #7C4554;
}
.TagClassName
{
border-color: #7C4554;
}
</style>