Shades of Camelot #7E354A
Tints of Camelot #7E354A
RGB
CMYK
RGB Variations
Color information
#7E354A (or 0x7E354A) is known color: Camelot. HEX triplet: 7E, 35 and 4A. RGB value is (126,53,74). Sum of RGB (Red+Green+Blue) = 126+53+74=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E354A is #81CAB5. Grayscale: #4D4D4D. Windows color (decimal): -8506038 or 4863358. OLE color: 4863358.
HSL color Cylindrical-coordinate representation of color #7E354A: hue angle of 342.74º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E354A is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 74 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.51 |
| HSL | 342.74º | 0.41% | 0.35% | - |
| HSV(B) | 342.74º | 0.58% | 0.49% | - |
| XYZ | 11.11 | 7.48 | 7.34 | - |
| YUV | 77.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 74 | 0 | 0.58 | 0.41 | 0.51 | 342.74 | 0.41 | 0.35 |
| Hex | 7E | 35 | 4A | 0 | 3A | 29 | 33 | 157 | 29 | 23 |
| Octal | 176 | 65 | 112 | 0 | 72 | 51 | 63 | 527 | 51 | 43 |
| Binary | 1111110 | 110101 | 1001010 | 0 | 111010 | 101001 | 110011 | 101010111 | 101001 | 100011 |
Color Harmonies of #7E354A
Complementary color
Monochromatic Colors of #7E354A
Black with #7E354A
Text Example
Text Example
White with #7E354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E354A; }
p { color: rgb(126,53,74); }
H1.HeaderClassName
{
color: #7E354A;
}
.AnyTagClassName
{
color: #7E354A;
}
</style>
background-color css
<style>
a { background-color: #7E354A; }
a { background-color: rgb(126,53,74); }
div.DivClassName
{
background-color: #7E354A;
}
.BgClassName
{
background-color: #7E354A;
}
</style>
border-color css
<style>
span { border-color: #7E354A; }
span { border-color: rgb(126,53,74); }
td.TdClassName
{
border-color: #7E354A;
}
.TagClassName
{
border-color: #7E354A;
}
</style>