Shades of Camelot #7C3945
Tints of Camelot #7C3945
RGB
CMYK
RGB Variations
Color information
#7C3945 (or 0x7C3945) is known color: Camelot. HEX triplet: 7C, 39 and 45. RGB value is (124,57,69). Sum of RGB (Red+Green+Blue) = 124+57+69=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3945 is #83C6BA. Grayscale: #4E4E4E. Windows color (decimal): -8636091 or 4536700. OLE color: 4536700.
HSL color Cylindrical-coordinate representation of color #7C3945: hue angle of 349.25º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3945 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 69 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.51 |
| HSL | 349.25º | 0.37% | 0.35% | - |
| HSV(B) | 349.25º | 0.54% | 0.49% | - |
| XYZ | 10.85 | 7.64 | 6.53 | - |
| YUV | 78.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 69 | 0 | 0.54 | 0.44 | 0.51 | 349.25 | 0.37 | 0.35 |
| Hex | 7C | 39 | 45 | 0 | 36 | 2C | 33 | 15D | 25 | 23 |
| Octal | 174 | 71 | 105 | 0 | 66 | 54 | 63 | 535 | 45 | 43 |
| Binary | 1111100 | 111001 | 1000101 | 0 | 110110 | 101100 | 110011 | 101011101 | 100101 | 100011 |
Color Harmonies of #7C3945
Complementary color
Monochromatic Colors of #7C3945
Black with #7C3945
Text Example
Text Example
White with #7C3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3945; }
p { color: rgb(124,57,69); }
H1.HeaderClassName
{
color: #7C3945;
}
.AnyTagClassName
{
color: #7C3945;
}
</style>
background-color css
<style>
a { background-color: #7C3945; }
a { background-color: rgb(124,57,69); }
div.DivClassName
{
background-color: #7C3945;
}
.BgClassName
{
background-color: #7C3945;
}
</style>
border-color css
<style>
span { border-color: #7C3945; }
span { border-color: rgb(124,57,69); }
td.TdClassName
{
border-color: #7C3945;
}
.TagClassName
{
border-color: #7C3945;
}
</style>