Shades of Camelot #7C4451
Tints of Camelot #7C4451
RGB
CMYK
RGB Variations
Color information
#7C4451 (or 0x7C4451) is known color: Camelot. HEX triplet: 7C, 44 and 51. RGB value is (124,68,81). Sum of RGB (Red+Green+Blue) = 124+68+81=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4451 is #83BBAE. Grayscale: #565656. Windows color (decimal): -8633263 or 5325948. OLE color: 5325948.
HSL color Cylindrical-coordinate representation of color #7C4451: hue angle of 346.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4451 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 81 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.51 |
| HSL | 346.07º | 0.29% | 0.38% | - |
| HSV(B) | 346.07º | 0.45% | 0.49% | - |
| XYZ | 11.86 | 9.01 | 8.9 | - |
| YUV | 86.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 81 | 0 | 0.45 | 0.35 | 0.51 | 346.07 | 0.29 | 0.38 |
| Hex | 7C | 44 | 51 | 0 | 2D | 23 | 33 | 15A | 1D | 26 |
| Octal | 174 | 104 | 121 | 0 | 55 | 43 | 63 | 532 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1010001 | 0 | 101101 | 100011 | 110011 | 101011010 | 11101 | 100110 |
Color Harmonies of #7C4451
Complementary color
Monochromatic Colors of #7C4451
Black with #7C4451
Text Example
Text Example
White with #7C4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4451; }
p { color: rgb(124,68,81); }
H1.HeaderClassName
{
color: #7C4451;
}
.AnyTagClassName
{
color: #7C4451;
}
</style>
background-color css
<style>
a { background-color: #7C4451; }
a { background-color: rgb(124,68,81); }
div.DivClassName
{
background-color: #7C4451;
}
.BgClassName
{
background-color: #7C4451;
}
</style>
border-color css
<style>
span { border-color: #7C4451; }
span { border-color: rgb(124,68,81); }
td.TdClassName
{
border-color: #7C4451;
}
.TagClassName
{
border-color: #7C4451;
}
</style>