Shades of Camelot #7C4150
Tints of Camelot #7C4150
RGB
CMYK
RGB Variations
Color information
#7C4150 (or 0x7C4150) is known color: Camelot. HEX triplet: 7C, 41 and 50. RGB value is (124,65,80). Sum of RGB (Red+Green+Blue) = 124+65+80=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4150 is #83BEAF. Grayscale: #545454. Windows color (decimal): -8634032 or 5259644. OLE color: 5259644.
HSL color Cylindrical-coordinate representation of color #7C4150: hue angle of 344.75º 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 #7C4150 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 80 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.51 |
| HSL | 344.75º | 0.31% | 0.37% | - |
| HSV(B) | 344.75º | 0.48% | 0.49% | - |
| XYZ | 11.65 | 8.64 | 8.64 | - |
| YUV | 84.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 80 | 0 | 0.48 | 0.35 | 0.51 | 344.75 | 0.31 | 0.37 |
| Hex | 7C | 41 | 50 | 0 | 30 | 23 | 33 | 159 | 1F | 25 |
| Octal | 174 | 101 | 120 | 0 | 60 | 43 | 63 | 531 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1010000 | 0 | 110000 | 100011 | 110011 | 101011001 | 11111 | 100101 |
Color Harmonies of #7C4150
Complementary color
Monochromatic Colors of #7C4150
Black with #7C4150
Text Example
Text Example
White with #7C4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4150; }
p { color: rgb(124,65,80); }
H1.HeaderClassName
{
color: #7C4150;
}
.AnyTagClassName
{
color: #7C4150;
}
</style>
background-color css
<style>
a { background-color: #7C4150; }
a { background-color: rgb(124,65,80); }
div.DivClassName
{
background-color: #7C4150;
}
.BgClassName
{
background-color: #7C4150;
}
</style>
border-color css
<style>
span { border-color: #7C4150; }
span { border-color: rgb(124,65,80); }
td.TdClassName
{
border-color: #7C4150;
}
.TagClassName
{
border-color: #7C4150;
}
</style>