Shades of Camelot #7E364B
Tints of Camelot #7E364B
RGB
CMYK
RGB Variations
Color information
#7E364B (or 0x7E364B) is known color: Camelot. HEX triplet: 7E, 36 and 4B. RGB value is (126,54,75). Sum of RGB (Red+Green+Blue) = 126+54+75=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E364B is #81C9B4. Grayscale: #4D4D4D. Windows color (decimal): -8505781 or 4929150. OLE color: 4929150.
HSL color Cylindrical-coordinate representation of color #7E364B: hue angle of 342.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E364B is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 75 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.51 |
| HSL | 342.5º | 0.4% | 0.35% | - |
| HSV(B) | 342.5º | 0.57% | 0.49% | - |
| XYZ | 11.19 | 7.58 | 7.53 | - |
| YUV | 77.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 75 | 0 | 0.57 | 0.40 | 0.51 | 342.5 | 0.4 | 0.35 |
| Hex | 7E | 36 | 4B | 0 | 39 | 28 | 33 | 156 | 28 | 23 |
| Octal | 176 | 66 | 113 | 0 | 71 | 50 | 63 | 526 | 50 | 43 |
| Binary | 1111110 | 110110 | 1001011 | 0 | 111001 | 101000 | 110011 | 101010110 | 101000 | 100011 |
Color Harmonies of #7E364B
Complementary color
Monochromatic Colors of #7E364B
Black with #7E364B
Text Example
Text Example
White with #7E364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E364B; }
p { color: rgb(126,54,75); }
H1.HeaderClassName
{
color: #7E364B;
}
.AnyTagClassName
{
color: #7E364B;
}
</style>
background-color css
<style>
a { background-color: #7E364B; }
a { background-color: rgb(126,54,75); }
div.DivClassName
{
background-color: #7E364B;
}
.BgClassName
{
background-color: #7E364B;
}
</style>
border-color css
<style>
span { border-color: #7E364B; }
span { border-color: rgb(126,54,75); }
td.TdClassName
{
border-color: #7E364B;
}
.TagClassName
{
border-color: #7E364B;
}
</style>