Shades of Camelot #7C384E
Tints of Camelot #7C384E
RGB
CMYK
RGB Variations
Color information
#7C384E (or 0x7C384E) is known color: Camelot. HEX triplet: 7C, 38 and 4E. RGB value is (124,56,78). Sum of RGB (Red+Green+Blue) = 124+56+78=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C384E is #83C7B1. Grayscale: #4E4E4E. Windows color (decimal): -8636338 or 5126268. OLE color: 5126268.
HSL color Cylindrical-coordinate representation of color #7C384E: hue angle of 340.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C384E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 78 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.51 |
| HSL | 340.59º | 0.38% | 0.35% | - |
| HSV(B) | 340.59º | 0.55% | 0.49% | - |
| XYZ | 11.1 | 7.66 | 8.1 | - |
| YUV | 78.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 78 | 0 | 0.55 | 0.37 | 0.51 | 340.59 | 0.38 | 0.35 |
| Hex | 7C | 38 | 4E | 0 | 37 | 25 | 33 | 155 | 26 | 23 |
| Octal | 174 | 70 | 116 | 0 | 67 | 45 | 63 | 525 | 46 | 43 |
| Binary | 1111100 | 111000 | 1001110 | 0 | 110111 | 100101 | 110011 | 101010101 | 100110 | 100011 |
Color Harmonies of #7C384E
Complementary color
Monochromatic Colors of #7C384E
Black with #7C384E
Text Example
Text Example
White with #7C384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C384E; }
p { color: rgb(124,56,78); }
H1.HeaderClassName
{
color: #7C384E;
}
.AnyTagClassName
{
color: #7C384E;
}
</style>
background-color css
<style>
a { background-color: #7C384E; }
a { background-color: rgb(124,56,78); }
div.DivClassName
{
background-color: #7C384E;
}
.BgClassName
{
background-color: #7C384E;
}
</style>
border-color css
<style>
span { border-color: #7C384E; }
span { border-color: rgb(124,56,78); }
td.TdClassName
{
border-color: #7C384E;
}
.TagClassName
{
border-color: #7C384E;
}
</style>