Shades of Camelot #7E4152
Tints of Camelot #7E4152
RGB
CMYK
RGB Variations
Color information
#7E4152 (or 0x7E4152) is known color: Camelot. HEX triplet: 7E, 41 and 52. RGB value is (126,65,82). Sum of RGB (Red+Green+Blue) = 126+65+82=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4152 is #81BEAD. Grayscale: #555555. Windows color (decimal): -8502958 or 5390718. OLE color: 5390718.
HSL color Cylindrical-coordinate representation of color #7E4152: hue angle of 343.28º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4152 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 82 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.51 |
| HSL | 343.28º | 0.32% | 0.37% | - |
| HSV(B) | 343.28º | 0.48% | 0.49% | - |
| XYZ | 12.02 | 8.83 | 9.05 | - |
| YUV | 85.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 82 | 0 | 0.48 | 0.35 | 0.51 | 343.28 | 0.32 | 0.37 |
| Hex | 7E | 41 | 52 | 0 | 30 | 23 | 33 | 157 | 20 | 25 |
| Octal | 176 | 101 | 122 | 0 | 60 | 43 | 63 | 527 | 40 | 45 |
| Binary | 1111110 | 1000001 | 1010010 | 0 | 110000 | 100011 | 110011 | 101010111 | 100000 | 100101 |
Color Harmonies of #7E4152
Complementary color
Monochromatic Colors of #7E4152
Black with #7E4152
Text Example
Text Example
White with #7E4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4152; }
p { color: rgb(126,65,82); }
H1.HeaderClassName
{
color: #7E4152;
}
.AnyTagClassName
{
color: #7E4152;
}
</style>
background-color css
<style>
a { background-color: #7E4152; }
a { background-color: rgb(126,65,82); }
div.DivClassName
{
background-color: #7E4152;
}
.BgClassName
{
background-color: #7E4152;
}
</style>
border-color css
<style>
span { border-color: #7E4152; }
span { border-color: rgb(126,65,82); }
td.TdClassName
{
border-color: #7E4152;
}
.TagClassName
{
border-color: #7E4152;
}
</style>