Shades of Camelot #7E394E
Tints of Camelot #7E394E
RGB
CMYK
RGB Variations
Color information
#7E394E (or 0x7E394E) is known color: Camelot. HEX triplet: 7E, 39 and 4E. RGB value is (126,57,78). Sum of RGB (Red+Green+Blue) = 126+57+78=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E394E is #81C6B1. Grayscale: #505050. Windows color (decimal): -8505010 or 5126526. OLE color: 5126526.
HSL color Cylindrical-coordinate representation of color #7E394E: hue angle of 341.74º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E394E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 78 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.51 |
| HSL | 341.74º | 0.38% | 0.36% | - |
| HSV(B) | 341.74º | 0.55% | 0.49% | - |
| XYZ | 11.44 | 7.91 | 8.13 | - |
| YUV | 80.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 78 | 0 | 0.55 | 0.38 | 0.51 | 341.74 | 0.38 | 0.36 |
| Hex | 7E | 39 | 4E | 0 | 37 | 26 | 33 | 156 | 26 | 24 |
| Octal | 176 | 71 | 116 | 0 | 67 | 46 | 63 | 526 | 46 | 44 |
| Binary | 1111110 | 111001 | 1001110 | 0 | 110111 | 100110 | 110011 | 101010110 | 100110 | 100100 |
Color Harmonies of #7E394E
Complementary color
Monochromatic Colors of #7E394E
Black with #7E394E
Text Example
Text Example
White with #7E394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E394E; }
p { color: rgb(126,57,78); }
H1.HeaderClassName
{
color: #7E394E;
}
.AnyTagClassName
{
color: #7E394E;
}
</style>
background-color css
<style>
a { background-color: #7E394E; }
a { background-color: rgb(126,57,78); }
div.DivClassName
{
background-color: #7E394E;
}
.BgClassName
{
background-color: #7E394E;
}
</style>
border-color css
<style>
span { border-color: #7E394E; }
span { border-color: rgb(126,57,78); }
td.TdClassName
{
border-color: #7E394E;
}
.TagClassName
{
border-color: #7E394E;
}
</style>