Shades of Camelot #7C4253
Tints of Camelot #7C4253
RGB
CMYK
RGB Variations
Color information
#7C4253 (or 0x7C4253) is known color: Camelot. HEX triplet: 7C, 42 and 53. RGB value is (124,66,83). Sum of RGB (Red+Green+Blue) = 124+66+83=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4253 is #83BDAC. Grayscale: #555555. Windows color (decimal): -8633773 or 5456508. OLE color: 5456508.
HSL color Cylindrical-coordinate representation of color #7C4253: hue angle of 342.41º 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 #7C4253 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 83 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.51 |
| HSL | 342.41º | 0.31% | 0.37% | - |
| HSV(B) | 342.41º | 0.47% | 0.49% | - |
| XYZ | 11.82 | 8.81 | 9.26 | - |
| YUV | 85.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 83 | 0 | 0.47 | 0.33 | 0.51 | 342.41 | 0.31 | 0.37 |
| Hex | 7C | 42 | 53 | 0 | 2F | 21 | 33 | 156 | 1F | 25 |
| Octal | 174 | 102 | 123 | 0 | 57 | 41 | 63 | 526 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1010011 | 0 | 101111 | 100001 | 110011 | 101010110 | 11111 | 100101 |
Color Harmonies of #7C4253
Complementary color
Monochromatic Colors of #7C4253
Black with #7C4253
Text Example
Text Example
White with #7C4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4253; }
p { color: rgb(124,66,83); }
H1.HeaderClassName
{
color: #7C4253;
}
.AnyTagClassName
{
color: #7C4253;
}
</style>
background-color css
<style>
a { background-color: #7C4253; }
a { background-color: rgb(124,66,83); }
div.DivClassName
{
background-color: #7C4253;
}
.BgClassName
{
background-color: #7C4253;
}
</style>
border-color css
<style>
span { border-color: #7C4253; }
span { border-color: rgb(124,66,83); }
td.TdClassName
{
border-color: #7C4253;
}
.TagClassName
{
border-color: #7C4253;
}
</style>