Shades of Camelot #7E3849
Tints of Camelot #7E3849
RGB
CMYK
RGB Variations
Color information
#7E3849 (or 0x7E3849) is known color: Camelot. HEX triplet: 7E, 38 and 49. RGB value is (126,56,73). Sum of RGB (Red+Green+Blue) = 126+56+73=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3849 is #81C7B6. Grayscale: #4E4E4E. Windows color (decimal): -8505271 or 4798590. OLE color: 4798590.
HSL color Cylindrical-coordinate representation of color #7E3849: hue angle of 345.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 #7E3849 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 73 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.51 |
| HSL | 345.43º | 0.38% | 0.36% | - |
| HSV(B) | 345.43º | 0.56% | 0.49% | - |
| XYZ | 11.22 | 7.75 | 7.21 | - |
| YUV | 78.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 73 | 0 | 0.56 | 0.42 | 0.51 | 345.43 | 0.38 | 0.36 |
| Hex | 7E | 38 | 49 | 0 | 38 | 2A | 33 | 159 | 26 | 24 |
| Octal | 176 | 70 | 111 | 0 | 70 | 52 | 63 | 531 | 46 | 44 |
| Binary | 1111110 | 111000 | 1001001 | 0 | 111000 | 101010 | 110011 | 101011001 | 100110 | 100100 |
Color Harmonies of #7E3849
Complementary color
Monochromatic Colors of #7E3849
Black with #7E3849
Text Example
Text Example
White with #7E3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3849; }
p { color: rgb(126,56,73); }
H1.HeaderClassName
{
color: #7E3849;
}
.AnyTagClassName
{
color: #7E3849;
}
</style>
background-color css
<style>
a { background-color: #7E3849; }
a { background-color: rgb(126,56,73); }
div.DivClassName
{
background-color: #7E3849;
}
.BgClassName
{
background-color: #7E3849;
}
</style>
border-color css
<style>
span { border-color: #7E3849; }
span { border-color: rgb(126,56,73); }
td.TdClassName
{
border-color: #7E3849;
}
.TagClassName
{
border-color: #7E3849;
}
</style>