Shades of Camelot #7E394B
Tints of Camelot #7E394B
RGB
CMYK
RGB Variations
Color information
#7E394B (or 0x7E394B) is known color: Camelot. HEX triplet: 7E, 39 and 4B. RGB value is (126,57,75). Sum of RGB (Red+Green+Blue) = 126+57+75=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E394B is #81C6B4. Grayscale: #4F4F4F. Windows color (decimal): -8505013 or 4929918. OLE color: 4929918.
HSL color Cylindrical-coordinate representation of color #7E394B: hue angle of 344.35º 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 #7E394B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 75 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.51 |
| HSL | 344.35º | 0.38% | 0.36% | - |
| HSV(B) | 344.35º | 0.55% | 0.49% | - |
| XYZ | 11.34 | 7.87 | 7.58 | - |
| YUV | 79.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 75 | 0 | 0.55 | 0.40 | 0.51 | 344.35 | 0.38 | 0.36 |
| Hex | 7E | 39 | 4B | 0 | 37 | 28 | 33 | 158 | 26 | 24 |
| Octal | 176 | 71 | 113 | 0 | 67 | 50 | 63 | 530 | 46 | 44 |
| Binary | 1111110 | 111001 | 1001011 | 0 | 110111 | 101000 | 110011 | 101011000 | 100110 | 100100 |
Color Harmonies of #7E394B
Complementary color
Monochromatic Colors of #7E394B
Black with #7E394B
Text Example
Text Example
White with #7E394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E394B; }
p { color: rgb(126,57,75); }
H1.HeaderClassName
{
color: #7E394B;
}
.AnyTagClassName
{
color: #7E394B;
}
</style>
background-color css
<style>
a { background-color: #7E394B; }
a { background-color: rgb(126,57,75); }
div.DivClassName
{
background-color: #7E394B;
}
.BgClassName
{
background-color: #7E394B;
}
</style>
border-color css
<style>
span { border-color: #7E394B; }
span { border-color: rgb(126,57,75); }
td.TdClassName
{
border-color: #7E394B;
}
.TagClassName
{
border-color: #7E394B;
}
</style>