Shades of Camelot #7C4353
Tints of Camelot #7C4353
RGB
CMYK
RGB Variations
Color information
#7C4353 (or 0x7C4353) is known color: Camelot. HEX triplet: 7C, 43 and 53. RGB value is (124,67,83). Sum of RGB (Red+Green+Blue) = 124+67+83=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4353 is #83BCAC. Grayscale: #555555. Windows color (decimal): -8633517 or 5456764. OLE color: 5456764.
HSL color Cylindrical-coordinate representation of color #7C4353: hue angle of 343.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4353 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 83 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.51 |
| HSL | 343.16º | 0.3% | 0.37% | - |
| HSV(B) | 343.16º | 0.46% | 0.49% | - |
| XYZ | 11.88 | 8.92 | 9.28 | - |
| YUV | 85.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 83 | 0 | 0.46 | 0.33 | 0.51 | 343.16 | 0.3 | 0.37 |
| Hex | 7C | 43 | 53 | 0 | 2E | 21 | 33 | 157 | 1E | 25 |
| Octal | 174 | 103 | 123 | 0 | 56 | 41 | 63 | 527 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1010011 | 0 | 101110 | 100001 | 110011 | 101010111 | 11110 | 100101 |
Color Harmonies of #7C4353
Complementary color
Monochromatic Colors of #7C4353
Black with #7C4353
Text Example
Text Example
White with #7C4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4353; }
p { color: rgb(124,67,83); }
H1.HeaderClassName
{
color: #7C4353;
}
.AnyTagClassName
{
color: #7C4353;
}
</style>
background-color css
<style>
a { background-color: #7C4353; }
a { background-color: rgb(124,67,83); }
div.DivClassName
{
background-color: #7C4353;
}
.BgClassName
{
background-color: #7C4353;
}
</style>
border-color css
<style>
span { border-color: #7C4353; }
span { border-color: rgb(124,67,83); }
td.TdClassName
{
border-color: #7C4353;
}
.TagClassName
{
border-color: #7C4353;
}
</style>