Shades of Camelot #7C3A48
Tints of Camelot #7C3A48
RGB
CMYK
RGB Variations
Color information
#7C3A48 (or 0x7C3A48) is known color: Camelot. HEX triplet: 7C, 3A and 48. RGB value is (124,58,72). Sum of RGB (Red+Green+Blue) = 124+58+72=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A48 is #83C5B7. Grayscale: #4F4F4F. Windows color (decimal): -8635832 or 4733564. OLE color: 4733564.
HSL color Cylindrical-coordinate representation of color #7C3A48: hue angle of 347.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A48 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 72 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.51 |
| HSL | 347.27º | 0.36% | 0.36% | - |
| HSV(B) | 347.27º | 0.53% | 0.49% | - |
| XYZ | 10.99 | 7.78 | 7.05 | - |
| YUV | 79.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 72 | 0 | 0.53 | 0.42 | 0.51 | 347.27 | 0.36 | 0.36 |
| Hex | 7C | 3A | 48 | 0 | 35 | 2A | 33 | 15B | 24 | 24 |
| Octal | 174 | 72 | 110 | 0 | 65 | 52 | 63 | 533 | 44 | 44 |
| Binary | 1111100 | 111010 | 1001000 | 0 | 110101 | 101010 | 110011 | 101011011 | 100100 | 100100 |
Color Harmonies of #7C3A48
Complementary color
Monochromatic Colors of #7C3A48
Black with #7C3A48
Text Example
Text Example
White with #7C3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A48; }
p { color: rgb(124,58,72); }
H1.HeaderClassName
{
color: #7C3A48;
}
.AnyTagClassName
{
color: #7C3A48;
}
</style>
background-color css
<style>
a { background-color: #7C3A48; }
a { background-color: rgb(124,58,72); }
div.DivClassName
{
background-color: #7C3A48;
}
.BgClassName
{
background-color: #7C3A48;
}
</style>
border-color css
<style>
span { border-color: #7C3A48; }
span { border-color: rgb(124,58,72); }
td.TdClassName
{
border-color: #7C3A48;
}
.TagClassName
{
border-color: #7C3A48;
}
</style>