Shades of Camelot #7C444E
Tints of Camelot #7C444E
RGB
CMYK
RGB Variations
Color information
#7C444E (or 0x7C444E) is known color: Camelot. HEX triplet: 7C, 44 and 4E. RGB value is (124,68,78). Sum of RGB (Red+Green+Blue) = 124+68+78=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C444E is #83BBB1. Grayscale: #555555. Windows color (decimal): -8633266 or 5129340. OLE color: 5129340.
HSL color Cylindrical-coordinate representation of color #7C444E: hue angle of 349.29º 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 #7C444E is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 78 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.51 |
| HSL | 349.29º | 0.29% | 0.38% | - |
| HSV(B) | 349.29º | 0.45% | 0.49% | - |
| XYZ | 11.75 | 8.97 | 8.32 | - |
| YUV | 85.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 78 | 0 | 0.45 | 0.37 | 0.51 | 349.29 | 0.29 | 0.38 |
| Hex | 7C | 44 | 4E | 0 | 2D | 25 | 33 | 15D | 1D | 26 |
| Octal | 174 | 104 | 116 | 0 | 55 | 45 | 63 | 535 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1001110 | 0 | 101101 | 100101 | 110011 | 101011101 | 11101 | 100110 |
Color Harmonies of #7C444E
Complementary color
Monochromatic Colors of #7C444E
Black with #7C444E
Text Example
Text Example
White with #7C444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C444E; }
p { color: rgb(124,68,78); }
H1.HeaderClassName
{
color: #7C444E;
}
.AnyTagClassName
{
color: #7C444E;
}
</style>
background-color css
<style>
a { background-color: #7C444E; }
a { background-color: rgb(124,68,78); }
div.DivClassName
{
background-color: #7C444E;
}
.BgClassName
{
background-color: #7C444E;
}
</style>
border-color css
<style>
span { border-color: #7C444E; }
span { border-color: rgb(124,68,78); }
td.TdClassName
{
border-color: #7C444E;
}
.TagClassName
{
border-color: #7C444E;
}
</style>