Shades of Camelot #7E394F
Tints of Camelot #7E394F
RGB
CMYK
RGB Variations
Color information
#7E394F (or 0x7E394F) is known color: Camelot. HEX triplet: 7E, 39 and 4F. RGB value is (126,57,79). Sum of RGB (Red+Green+Blue) = 126+57+79=262 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.09% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 126 - color contains mainly: red. Hex color #7E394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E394F is #81C6B0. Grayscale: #505050. Windows color (decimal): -8505009 or 5192062. OLE color: 5192062.
HSL color Cylindrical-coordinate representation of color #7E394F: hue angle of 340.87º 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 #7E394F is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 79 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.51 |
| HSL | 340.87º | 0.38% | 0.36% | - |
| HSV(B) | 340.87º | 0.55% | 0.49% | - |
| XYZ | 11.48 | 7.93 | 8.32 | - |
| YUV | 80.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 79 | 0 | 0.55 | 0.37 | 0.51 | 340.87 | 0.38 | 0.36 |
| Hex | 7E | 39 | 4F | 0 | 37 | 25 | 33 | 155 | 26 | 24 |
| Octal | 176 | 71 | 117 | 0 | 67 | 45 | 63 | 525 | 46 | 44 |
| Binary | 1111110 | 111001 | 1001111 | 0 | 110111 | 100101 | 110011 | 101010101 | 100110 | 100100 |
Color Harmonies of #7E394F
Complementary color
Monochromatic Colors of #7E394F
Black with #7E394F
Text Example
Text Example
White with #7E394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E394F; }
p { color: rgb(126,57,79); }
H1.HeaderClassName
{
color: #7E394F;
}
.AnyTagClassName
{
color: #7E394F;
}
</style>
background-color css
<style>
a { background-color: #7E394F; }
a { background-color: rgb(126,57,79); }
div.DivClassName
{
background-color: #7E394F;
}
.BgClassName
{
background-color: #7E394F;
}
</style>
border-color css
<style>
span { border-color: #7E394F; }
span { border-color: rgb(126,57,79); }
td.TdClassName
{
border-color: #7E394F;
}
.TagClassName
{
border-color: #7E394F;
}
</style>