Shades of Camelot #7E384D
Tints of Camelot #7E384D
RGB
CMYK
RGB Variations
Color information
#7E384D (or 0x7E384D) is known color: Camelot. HEX triplet: 7E, 38 and 4D. RGB value is (126,56,77). Sum of RGB (Red+Green+Blue) = 126+56+77=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E384D is #81C7B2. Grayscale: #4F4F4F. Windows color (decimal): -8505267 or 5060734. OLE color: 5060734.
HSL color Cylindrical-coordinate representation of color #7E384D: hue angle of 342º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E384D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 77 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.51 |
| HSL | 342º | 0.38% | 0.36% | - |
| HSV(B) | 342º | 0.56% | 0.49% | - |
| XYZ | 11.36 | 7.8 | 7.93 | - |
| YUV | 79.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 77 | 0 | 0.56 | 0.39 | 0.51 | 342 | 0.38 | 0.36 |
| Hex | 7E | 38 | 4D | 0 | 38 | 27 | 33 | 156 | 26 | 24 |
| Octal | 176 | 70 | 115 | 0 | 70 | 47 | 63 | 526 | 46 | 44 |
| Binary | 1111110 | 111000 | 1001101 | 0 | 111000 | 100111 | 110011 | 101010110 | 100110 | 100100 |
Color Harmonies of #7E384D
Complementary color
Monochromatic Colors of #7E384D
Black with #7E384D
Text Example
Text Example
White with #7E384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E384D; }
p { color: rgb(126,56,77); }
H1.HeaderClassName
{
color: #7E384D;
}
.AnyTagClassName
{
color: #7E384D;
}
</style>
background-color css
<style>
a { background-color: #7E384D; }
a { background-color: rgb(126,56,77); }
div.DivClassName
{
background-color: #7E384D;
}
.BgClassName
{
background-color: #7E384D;
}
</style>
border-color css
<style>
span { border-color: #7E384D; }
span { border-color: rgb(126,56,77); }
td.TdClassName
{
border-color: #7E384D;
}
.TagClassName
{
border-color: #7E384D;
}
</style>