Shades of Camelot #7C444D
Tints of Camelot #7C444D
RGB
CMYK
RGB Variations
Color information
#7C444D (or 0x7C444D) is known color: Camelot. HEX triplet: 7C, 44 and 4D. RGB value is (124,68,77). Sum of RGB (Red+Green+Blue) = 124+68+77=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C444D is #83BBB2. Grayscale: #555555. Windows color (decimal): -8633267 or 5063804. OLE color: 5063804.
HSL color Cylindrical-coordinate representation of color #7C444D: hue angle of 350.36º 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 #7C444D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 77 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.51 |
| HSL | 350.36º | 0.29% | 0.38% | - |
| HSV(B) | 350.36º | 0.45% | 0.49% | - |
| XYZ | 11.72 | 8.96 | 8.13 | - |
| YUV | 85.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 77 | 0 | 0.45 | 0.38 | 0.51 | 350.36 | 0.29 | 0.38 |
| Hex | 7C | 44 | 4D | 0 | 2D | 26 | 33 | 15E | 1D | 26 |
| Octal | 174 | 104 | 115 | 0 | 55 | 46 | 63 | 536 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1001101 | 0 | 101101 | 100110 | 110011 | 101011110 | 11101 | 100110 |
Color Harmonies of #7C444D
Complementary color
Monochromatic Colors of #7C444D
Black with #7C444D
Text Example
Text Example
White with #7C444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C444D; }
p { color: rgb(124,68,77); }
H1.HeaderClassName
{
color: #7C444D;
}
.AnyTagClassName
{
color: #7C444D;
}
</style>
background-color css
<style>
a { background-color: #7C444D; }
a { background-color: rgb(124,68,77); }
div.DivClassName
{
background-color: #7C444D;
}
.BgClassName
{
background-color: #7C444D;
}
</style>
border-color css
<style>
span { border-color: #7C444D; }
span { border-color: rgb(124,68,77); }
td.TdClassName
{
border-color: #7C444D;
}
.TagClassName
{
border-color: #7C444D;
}
</style>