Shades of Camelot #7C3345
Tints of Camelot #7C3345
RGB
CMYK
RGB Variations
Color information
#7C3345 (or 0x7C3345) is known color: Camelot. HEX triplet: 7C, 33 and 45. RGB value is (124,51,69). Sum of RGB (Red+Green+Blue) = 124+51+69=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3345 is #83CCBA. Grayscale: #4A4A4A. Windows color (decimal): -8637627 or 4535164. OLE color: 4535164.
HSL color Cylindrical-coordinate representation of color #7C3345: hue angle of 345.21º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3345 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 69 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.51 |
| HSL | 345.21º | 0.42% | 0.34% | - |
| HSV(B) | 345.21º | 0.59% | 0.49% | - |
| XYZ | 10.57 | 7.08 | 6.44 | - |
| YUV | 74.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 69 | 0 | 0.59 | 0.44 | 0.51 | 345.21 | 0.42 | 0.34 |
| Hex | 7C | 33 | 45 | 0 | 3B | 2C | 33 | 159 | 2A | 22 |
| Octal | 174 | 63 | 105 | 0 | 73 | 54 | 63 | 531 | 52 | 42 |
| Binary | 1111100 | 110011 | 1000101 | 0 | 111011 | 101100 | 110011 | 101011001 | 101010 | 100010 |
Color Harmonies of #7C3345
Complementary color
Monochromatic Colors of #7C3345
Black with #7C3345
Text Example
Text Example
White with #7C3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3345; }
p { color: rgb(124,51,69); }
H1.HeaderClassName
{
color: #7C3345;
}
.AnyTagClassName
{
color: #7C3345;
}
</style>
background-color css
<style>
a { background-color: #7C3345; }
a { background-color: rgb(124,51,69); }
div.DivClassName
{
background-color: #7C3345;
}
.BgClassName
{
background-color: #7C3345;
}
</style>
border-color css
<style>
span { border-color: #7C3345; }
span { border-color: rgb(124,51,69); }
td.TdClassName
{
border-color: #7C3345;
}
.TagClassName
{
border-color: #7C3345;
}
</style>