Shades of Camelot #7E424E
Tints of Camelot #7E424E
RGB
CMYK
RGB Variations
Color information
#7E424E (or 0x7E424E) is known color: Camelot. HEX triplet: 7E, 42 and 4E. RGB value is (126,66,78). Sum of RGB (Red+Green+Blue) = 126+66+78=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E424E is #81BDB1. Grayscale: #555555. Windows color (decimal): -8502706 or 5128830. OLE color: 5128830.
HSL color Cylindrical-coordinate representation of color #7E424E: hue angle of 348º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E424E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 78 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.51 |
| HSL | 348º | 0.31% | 0.38% | - |
| HSV(B) | 348º | 0.48% | 0.49% | - |
| XYZ | 11.93 | 8.88 | 8.29 | - |
| YUV | 85.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 78 | 0 | 0.48 | 0.38 | 0.51 | 348 | 0.31 | 0.38 |
| Hex | 7E | 42 | 4E | 0 | 30 | 26 | 33 | 15C | 1F | 26 |
| Octal | 176 | 102 | 116 | 0 | 60 | 46 | 63 | 534 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1001110 | 0 | 110000 | 100110 | 110011 | 101011100 | 11111 | 100110 |
Color Harmonies of #7E424E
Complementary color
Monochromatic Colors of #7E424E
Black with #7E424E
Text Example
Text Example
White with #7E424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E424E; }
p { color: rgb(126,66,78); }
H1.HeaderClassName
{
color: #7E424E;
}
.AnyTagClassName
{
color: #7E424E;
}
</style>
background-color css
<style>
a { background-color: #7E424E; }
a { background-color: rgb(126,66,78); }
div.DivClassName
{
background-color: #7E424E;
}
.BgClassName
{
background-color: #7E424E;
}
</style>
border-color css
<style>
span { border-color: #7E424E; }
span { border-color: rgb(126,66,78); }
td.TdClassName
{
border-color: #7E424E;
}
.TagClassName
{
border-color: #7E424E;
}
</style>