Shades of Camelot #7C424F
Tints of Camelot #7C424F
RGB
CMYK
RGB Variations
Color information
#7C424F (or 0x7C424F) is known color: Camelot. HEX triplet: 7C, 42 and 4F. RGB value is (124,66,79). Sum of RGB (Red+Green+Blue) = 124+66+79=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C424F is #83BDB0. Grayscale: #545454. Windows color (decimal): -8633777 or 5194364. OLE color: 5194364.
HSL color Cylindrical-coordinate representation of color #7C424F: hue angle of 346.55º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C424F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 79 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.51 |
| HSL | 346.55º | 0.31% | 0.37% | - |
| HSV(B) | 346.55º | 0.47% | 0.49% | - |
| XYZ | 11.67 | 8.75 | 8.47 | - |
| YUV | 84.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 79 | 0 | 0.47 | 0.36 | 0.51 | 346.55 | 0.31 | 0.37 |
| Hex | 7C | 42 | 4F | 0 | 2F | 24 | 33 | 15B | 1F | 25 |
| Octal | 174 | 102 | 117 | 0 | 57 | 44 | 63 | 533 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1001111 | 0 | 101111 | 100100 | 110011 | 101011011 | 11111 | 100101 |
Color Harmonies of #7C424F
Complementary color
Monochromatic Colors of #7C424F
Black with #7C424F
Text Example
Text Example
White with #7C424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C424F; }
p { color: rgb(124,66,79); }
H1.HeaderClassName
{
color: #7C424F;
}
.AnyTagClassName
{
color: #7C424F;
}
</style>
background-color css
<style>
a { background-color: #7C424F; }
a { background-color: rgb(124,66,79); }
div.DivClassName
{
background-color: #7C424F;
}
.BgClassName
{
background-color: #7C424F;
}
</style>
border-color css
<style>
span { border-color: #7C424F; }
span { border-color: rgb(124,66,79); }
td.TdClassName
{
border-color: #7C424F;
}
.TagClassName
{
border-color: #7C424F;
}
</style>