Shades of Camelot #7C454F
Tints of Camelot #7C454F
RGB
CMYK
RGB Variations
Color information
#7C454F (or 0x7C454F) is known color: Camelot. HEX triplet: 7C, 45 and 4F. RGB value is (124,69,79). Sum of RGB (Red+Green+Blue) = 124+69+79=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C454F is #83BAB0. Grayscale: #565656. Windows color (decimal): -8633009 or 5195132. OLE color: 5195132.
HSL color Cylindrical-coordinate representation of color #7C454F: hue angle of 349.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C454F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 79 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.51 |
| HSL | 349.09º | 0.28% | 0.38% | - |
| HSV(B) | 349.09º | 0.44% | 0.49% | - |
| XYZ | 11.85 | 9.11 | 8.53 | - |
| YUV | 86.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 79 | 0 | 0.44 | 0.36 | 0.51 | 349.09 | 0.28 | 0.38 |
| Hex | 7C | 45 | 4F | 0 | 2C | 24 | 33 | 15D | 1C | 26 |
| Octal | 174 | 105 | 117 | 0 | 54 | 44 | 63 | 535 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1001111 | 0 | 101100 | 100100 | 110011 | 101011101 | 11100 | 100110 |
Color Harmonies of #7C454F
Complementary color
Monochromatic Colors of #7C454F
Black with #7C454F
Text Example
Text Example
White with #7C454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C454F; }
p { color: rgb(124,69,79); }
H1.HeaderClassName
{
color: #7C454F;
}
.AnyTagClassName
{
color: #7C454F;
}
</style>
background-color css
<style>
a { background-color: #7C454F; }
a { background-color: rgb(124,69,79); }
div.DivClassName
{
background-color: #7C454F;
}
.BgClassName
{
background-color: #7C454F;
}
</style>
border-color css
<style>
span { border-color: #7C454F; }
span { border-color: rgb(124,69,79); }
td.TdClassName
{
border-color: #7C454F;
}
.TagClassName
{
border-color: #7C454F;
}
</style>