Shades of Camelot #7E424B
Tints of Camelot #7E424B
RGB
CMYK
RGB Variations
Color information
#7E424B (or 0x7E424B) is known color: Camelot. HEX triplet: 7E, 42 and 4B. RGB value is (126,66,75). Sum of RGB (Red+Green+Blue) = 126+66+75=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E424B is #81BDB4. Grayscale: #545454. Windows color (decimal): -8502709 or 4932222. OLE color: 4932222.
HSL color Cylindrical-coordinate representation of color #7E424B: hue angle of 351º 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 #7E424B is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 75 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.51 |
| HSL | 351º | 0.31% | 0.38% | - |
| HSV(B) | 351º | 0.48% | 0.49% | - |
| XYZ | 11.82 | 8.84 | 7.74 | - |
| YUV | 84.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 75 | 0 | 0.48 | 0.40 | 0.51 | 351 | 0.31 | 0.38 |
| Hex | 7E | 42 | 4B | 0 | 30 | 28 | 33 | 15F | 1F | 26 |
| Octal | 176 | 102 | 113 | 0 | 60 | 50 | 63 | 537 | 37 | 46 |
| Binary | 1111110 | 1000010 | 1001011 | 0 | 110000 | 101000 | 110011 | 101011111 | 11111 | 100110 |
Color Harmonies of #7E424B
Complementary color
Monochromatic Colors of #7E424B
Black with #7E424B
Text Example
Text Example
White with #7E424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E424B; }
p { color: rgb(126,66,75); }
H1.HeaderClassName
{
color: #7E424B;
}
.AnyTagClassName
{
color: #7E424B;
}
</style>
background-color css
<style>
a { background-color: #7E424B; }
a { background-color: rgb(126,66,75); }
div.DivClassName
{
background-color: #7E424B;
}
.BgClassName
{
background-color: #7E424B;
}
</style>
border-color css
<style>
span { border-color: #7E424B; }
span { border-color: rgb(126,66,75); }
td.TdClassName
{
border-color: #7E424B;
}
.TagClassName
{
border-color: #7E424B;
}
</style>