Shades of Camelot #7E3344
Tints of Camelot #7E3344
RGB
CMYK
RGB Variations
Color information
#7E3344 (or 0x7E3344) is known color: Camelot. HEX triplet: 7E, 33 and 44. RGB value is (126,51,68). Sum of RGB (Red+Green+Blue) = 126+51+68=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3344 is #81CCBB. Grayscale: #4B4B4B. Windows color (decimal): -8506556 or 4469630. OLE color: 4469630.
HSL color Cylindrical-coordinate representation of color #7E3344: hue angle of 346.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3344 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 68 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.51 |
| HSL | 346.4º | 0.42% | 0.35% | - |
| HSV(B) | 346.4º | 0.6% | 0.49% | - |
| XYZ | 10.83 | 7.22 | 6.29 | - |
| YUV | 75.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 68 | 0 | 0.60 | 0.46 | 0.51 | 346.4 | 0.42 | 0.35 |
| Hex | 7E | 33 | 44 | 0 | 3C | 2E | 33 | 15A | 2A | 23 |
| Octal | 176 | 63 | 104 | 0 | 74 | 56 | 63 | 532 | 52 | 43 |
| Binary | 1111110 | 110011 | 1000100 | 0 | 111100 | 101110 | 110011 | 101011010 | 101010 | 100011 |
Color Harmonies of #7E3344
Complementary color
Monochromatic Colors of #7E3344
Black with #7E3344
Text Example
Text Example
White with #7E3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3344; }
p { color: rgb(126,51,68); }
H1.HeaderClassName
{
color: #7E3344;
}
.AnyTagClassName
{
color: #7E3344;
}
</style>
background-color css
<style>
a { background-color: #7E3344; }
a { background-color: rgb(126,51,68); }
div.DivClassName
{
background-color: #7E3344;
}
.BgClassName
{
background-color: #7E3344;
}
</style>
border-color css
<style>
span { border-color: #7E3344; }
span { border-color: rgb(126,51,68); }
td.TdClassName
{
border-color: #7E3344;
}
.TagClassName
{
border-color: #7E3344;
}
</style>