Shades of Camelot #7E3844
Tints of Camelot #7E3844
RGB
CMYK
RGB Variations
Color information
#7E3844 (or 0x7E3844) is known color: Camelot. HEX triplet: 7E, 38 and 44. RGB value is (126,56,68). Sum of RGB (Red+Green+Blue) = 126+56+68=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3844 is #81C7BB. Grayscale: #4E4E4E. Windows color (decimal): -8505276 or 4470910. OLE color: 4470910.
HSL color Cylindrical-coordinate representation of color #7E3844: hue angle of 349.71º 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 #7E3844 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 68 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.51 |
| HSL | 349.71º | 0.38% | 0.36% | - |
| HSV(B) | 349.71º | 0.56% | 0.49% | - |
| XYZ | 11.06 | 7.68 | 6.37 | - |
| YUV | 78.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 68 | 0 | 0.56 | 0.46 | 0.51 | 349.71 | 0.38 | 0.36 |
| Hex | 7E | 38 | 44 | 0 | 38 | 2E | 33 | 15E | 26 | 24 |
| Octal | 176 | 70 | 104 | 0 | 70 | 56 | 63 | 536 | 46 | 44 |
| Binary | 1111110 | 111000 | 1000100 | 0 | 111000 | 101110 | 110011 | 101011110 | 100110 | 100100 |
Color Harmonies of #7E3844
Complementary color
Monochromatic Colors of #7E3844
Black with #7E3844
Text Example
Text Example
White with #7E3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3844; }
p { color: rgb(126,56,68); }
H1.HeaderClassName
{
color: #7E3844;
}
.AnyTagClassName
{
color: #7E3844;
}
</style>
background-color css
<style>
a { background-color: #7E3844; }
a { background-color: rgb(126,56,68); }
div.DivClassName
{
background-color: #7E3844;
}
.BgClassName
{
background-color: #7E3844;
}
</style>
border-color css
<style>
span { border-color: #7E3844; }
span { border-color: rgb(126,56,68); }
td.TdClassName
{
border-color: #7E3844;
}
.TagClassName
{
border-color: #7E3844;
}
</style>