Shades of Camelot #7C414D
Tints of Camelot #7C414D
RGB
CMYK
RGB Variations
Color information
#7C414D (or 0x7C414D) is known color: Camelot. HEX triplet: 7C, 41 and 4D. RGB value is (124,65,77). Sum of RGB (Red+Green+Blue) = 124+65+77=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C414D is #83BEB2. Grayscale: #545454. Windows color (decimal): -8634035 or 5063036. OLE color: 5063036.
HSL color Cylindrical-coordinate representation of color #7C414D: hue angle of 347.8º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C414D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 77 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.51 |
| HSL | 347.8º | 0.31% | 0.37% | - |
| HSV(B) | 347.8º | 0.48% | 0.49% | - |
| XYZ | 11.54 | 8.6 | 8.07 | - |
| YUV | 84.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 77 | 0 | 0.48 | 0.38 | 0.51 | 347.8 | 0.31 | 0.37 |
| Hex | 7C | 41 | 4D | 0 | 30 | 26 | 33 | 15C | 1F | 25 |
| Octal | 174 | 101 | 115 | 0 | 60 | 46 | 63 | 534 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1001101 | 0 | 110000 | 100110 | 110011 | 101011100 | 11111 | 100101 |
Color Harmonies of #7C414D
Complementary color
Monochromatic Colors of #7C414D
Black with #7C414D
Text Example
Text Example
White with #7C414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C414D; }
p { color: rgb(124,65,77); }
H1.HeaderClassName
{
color: #7C414D;
}
.AnyTagClassName
{
color: #7C414D;
}
</style>
background-color css
<style>
a { background-color: #7C414D; }
a { background-color: rgb(124,65,77); }
div.DivClassName
{
background-color: #7C414D;
}
.BgClassName
{
background-color: #7C414D;
}
</style>
border-color css
<style>
span { border-color: #7C414D; }
span { border-color: rgb(124,65,77); }
td.TdClassName
{
border-color: #7C414D;
}
.TagClassName
{
border-color: #7C414D;
}
</style>