Shades of Camelot #7F3A51
Tints of Camelot #7F3A51
RGB
CMYK
RGB Variations
Color information
#7F3A51 (or 0x7F3A51) is known color: Camelot. HEX triplet: 7F, 3A and 51. RGB value is (127,58,81). Sum of RGB (Red+Green+Blue) = 127+58+81=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A51 is #80C5AE. Grayscale: #515151. Windows color (decimal): -8439215 or 5323391. OLE color: 5323391.
HSL color Cylindrical-coordinate representation of color #7F3A51: hue angle of 340º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A51 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 81 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.50 |
| HSL | 340º | 0.37% | 0.36% | - |
| HSV(B) | 340º | 0.54% | 0.5% | - |
| XYZ | 11.75 | 8.13 | 8.73 | - |
| YUV | 81.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 81 | 0 | 0.54 | 0.36 | 0.50 | 340 | 0.37 | 0.36 |
| Hex | 7F | 3A | 51 | 0 | 36 | 24 | 32 | 154 | 25 | 24 |
| Octal | 177 | 72 | 121 | 0 | 66 | 44 | 62 | 524 | 45 | 44 |
| Binary | 1111111 | 111010 | 1010001 | 0 | 110110 | 100100 | 110010 | 101010100 | 100101 | 100100 |
Color Harmonies of #7F3A51
Complementary color
Monochromatic Colors of #7F3A51
Black with #7F3A51
Text Example
Text Example
White with #7F3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A51; }
p { color: rgb(127,58,81); }
H1.HeaderClassName
{
color: #7F3A51;
}
.AnyTagClassName
{
color: #7F3A51;
}
</style>
background-color css
<style>
a { background-color: #7F3A51; }
a { background-color: rgb(127,58,81); }
div.DivClassName
{
background-color: #7F3A51;
}
.BgClassName
{
background-color: #7F3A51;
}
</style>
border-color css
<style>
span { border-color: #7F3A51; }
span { border-color: rgb(127,58,81); }
td.TdClassName
{
border-color: #7F3A51;
}
.TagClassName
{
border-color: #7F3A51;
}
</style>