Shades of Camelot #7C4156
Tints of Camelot #7C4156
RGB
CMYK
RGB Variations
Color information
#7C4156 (or 0x7C4156) is known color: Camelot. HEX triplet: 7C, 41 and 56. RGB value is (124,65,86). Sum of RGB (Red+Green+Blue) = 124+65+86=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4156 is #83BEA9. Grayscale: #555555. Windows color (decimal): -8634026 or 5652860. OLE color: 5652860.
HSL color Cylindrical-coordinate representation of color #7C4156: hue angle of 338.64º 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 #7C4156 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 86 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.51 |
| HSL | 338.64º | 0.31% | 0.37% | - |
| HSV(B) | 338.64º | 0.48% | 0.49% | - |
| XYZ | 11.88 | 8.74 | 9.86 | - |
| YUV | 85.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 86 | 0 | 0.48 | 0.31 | 0.51 | 338.64 | 0.31 | 0.37 |
| Hex | 7C | 41 | 56 | 0 | 30 | 1F | 33 | 153 | 1F | 25 |
| Octal | 174 | 101 | 126 | 0 | 60 | 37 | 63 | 523 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1010110 | 0 | 110000 | 11111 | 110011 | 101010011 | 11111 | 100101 |
Color Harmonies of #7C4156
Complementary color
Monochromatic Colors of #7C4156
Black with #7C4156
Text Example
Text Example
White with #7C4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4156; }
p { color: rgb(124,65,86); }
H1.HeaderClassName
{
color: #7C4156;
}
.AnyTagClassName
{
color: #7C4156;
}
</style>
background-color css
<style>
a { background-color: #7C4156; }
a { background-color: rgb(124,65,86); }
div.DivClassName
{
background-color: #7C4156;
}
.BgClassName
{
background-color: #7C4156;
}
</style>
border-color css
<style>
span { border-color: #7C4156; }
span { border-color: rgb(124,65,86); }
td.TdClassName
{
border-color: #7C4156;
}
.TagClassName
{
border-color: #7C4156;
}
</style>