Shades of Camelot #7C4354
Tints of Camelot #7C4354
RGB
CMYK
RGB Variations
Color information
#7C4354 (or 0x7C4354) is known color: Camelot. HEX triplet: 7C, 43 and 54. RGB value is (124,67,84). Sum of RGB (Red+Green+Blue) = 124+67+84=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4354 is #83BCAB. Grayscale: #555555. Windows color (decimal): -8633516 or 5522300. OLE color: 5522300.
HSL color Cylindrical-coordinate representation of color #7C4354: hue angle of 342.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4354 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 84 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.51 |
| HSL | 342.11º | 0.3% | 0.37% | - |
| HSV(B) | 342.11º | 0.46% | 0.49% | - |
| XYZ | 11.92 | 8.94 | 9.48 | - |
| YUV | 85.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 84 | 0 | 0.46 | 0.32 | 0.51 | 342.11 | 0.3 | 0.37 |
| Hex | 7C | 43 | 54 | 0 | 2E | 20 | 33 | 156 | 1E | 25 |
| Octal | 174 | 103 | 124 | 0 | 56 | 40 | 63 | 526 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1010100 | 0 | 101110 | 100000 | 110011 | 101010110 | 11110 | 100101 |
Color Harmonies of #7C4354
Complementary color
Monochromatic Colors of #7C4354
Black with #7C4354
Text Example
Text Example
White with #7C4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4354; }
p { color: rgb(124,67,84); }
H1.HeaderClassName
{
color: #7C4354;
}
.AnyTagClassName
{
color: #7C4354;
}
</style>
background-color css
<style>
a { background-color: #7C4354; }
a { background-color: rgb(124,67,84); }
div.DivClassName
{
background-color: #7C4354;
}
.BgClassName
{
background-color: #7C4354;
}
</style>
border-color css
<style>
span { border-color: #7C4354; }
span { border-color: rgb(124,67,84); }
td.TdClassName
{
border-color: #7C4354;
}
.TagClassName
{
border-color: #7C4354;
}
</style>