Shades of Camelot #7E3842
Tints of Camelot #7E3842
RGB
CMYK
RGB Variations
Color information
#7E3842 (or 0x7E3842) is known color: Camelot. HEX triplet: 7E, 38 and 42. RGB value is (126,56,66). Sum of RGB (Red+Green+Blue) = 126+56+66=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3842 is #81C7BD. Grayscale: #4E4E4E. Windows color (decimal): -8505278 or 4339838. OLE color: 4339838.
HSL color Cylindrical-coordinate representation of color #7E3842: hue angle of 351.43º 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 #7E3842 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 66 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.51 |
| HSL | 351.43º | 0.38% | 0.36% | - |
| HSV(B) | 351.43º | 0.56% | 0.49% | - |
| XYZ | 11 | 7.66 | 6.05 | - |
| YUV | 78.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 66 | 0 | 0.56 | 0.48 | 0.51 | 351.43 | 0.38 | 0.36 |
| Hex | 7E | 38 | 42 | 0 | 38 | 30 | 33 | 15F | 26 | 24 |
| Octal | 176 | 70 | 102 | 0 | 70 | 60 | 63 | 537 | 46 | 44 |
| Binary | 1111110 | 111000 | 1000010 | 0 | 111000 | 110000 | 110011 | 101011111 | 100110 | 100100 |
Color Harmonies of #7E3842
Complementary color
Monochromatic Colors of #7E3842
Black with #7E3842
Text Example
Text Example
White with #7E3842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3842; }
p { color: rgb(126,56,66); }
H1.HeaderClassName
{
color: #7E3842;
}
.AnyTagClassName
{
color: #7E3842;
}
</style>
background-color css
<style>
a { background-color: #7E3842; }
a { background-color: rgb(126,56,66); }
div.DivClassName
{
background-color: #7E3842;
}
.BgClassName
{
background-color: #7E3842;
}
</style>
border-color css
<style>
span { border-color: #7E3842; }
span { border-color: rgb(126,56,66); }
td.TdClassName
{
border-color: #7E3842;
}
.TagClassName
{
border-color: #7E3842;
}
</style>