Shades of Camelot #7C424B
Tints of Camelot #7C424B
RGB
CMYK
RGB Variations
Color information
#7C424B (or 0x7C424B) is known color: Camelot. HEX triplet: 7C, 42 and 4B. RGB value is (124,66,75). Sum of RGB (Red+Green+Blue) = 124+66+75=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C424B is #83BDB4. Grayscale: #545454. Windows color (decimal): -8633781 or 4932220. OLE color: 4932220.
HSL color Cylindrical-coordinate representation of color #7C424B: hue angle of 350.69º 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 #7C424B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 75 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.51 |
| HSL | 350.69º | 0.31% | 0.37% | - |
| HSV(B) | 350.69º | 0.47% | 0.49% | - |
| XYZ | 11.53 | 8.69 | 7.73 | - |
| YUV | 84.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 75 | 0 | 0.47 | 0.40 | 0.51 | 350.69 | 0.31 | 0.37 |
| Hex | 7C | 42 | 4B | 0 | 2F | 28 | 33 | 15F | 1F | 25 |
| Octal | 174 | 102 | 113 | 0 | 57 | 50 | 63 | 537 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1001011 | 0 | 101111 | 101000 | 110011 | 101011111 | 11111 | 100101 |
Color Harmonies of #7C424B
Complementary color
Monochromatic Colors of #7C424B
Black with #7C424B
Text Example
Text Example
White with #7C424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C424B; }
p { color: rgb(124,66,75); }
H1.HeaderClassName
{
color: #7C424B;
}
.AnyTagClassName
{
color: #7C424B;
}
</style>
background-color css
<style>
a { background-color: #7C424B; }
a { background-color: rgb(124,66,75); }
div.DivClassName
{
background-color: #7C424B;
}
.BgClassName
{
background-color: #7C424B;
}
</style>
border-color css
<style>
span { border-color: #7C424B; }
span { border-color: rgb(124,66,75); }
td.TdClassName
{
border-color: #7C424B;
}
.TagClassName
{
border-color: #7C424B;
}
</style>