Shades of Camelot #7F3B51
Tints of Camelot #7F3B51
RGB
CMYK
RGB Variations
Color information
#7F3B51 (or 0x7F3B51) is known color: Camelot. HEX triplet: 7F, 3B and 51. RGB value is (127,59,81). Sum of RGB (Red+Green+Blue) = 127+59+81=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3B51 is #80C4AE. Grayscale: #515151. Windows color (decimal): -8438959 or 5323647. OLE color: 5323647.
HSL color Cylindrical-coordinate representation of color #7F3B51: hue angle of 340.59º 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 #7F3B51 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 59 | 81 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.50 |
| HSL | 340.59º | 0.37% | 0.36% | - |
| HSV(B) | 340.59º | 0.54% | 0.5% | - |
| XYZ | 11.8 | 8.23 | 8.75 | - |
| YUV | 81.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 81 | 0 | 0.54 | 0.36 | 0.50 | 340.59 | 0.37 | 0.36 |
| Hex | 7F | 3B | 51 | 0 | 36 | 24 | 32 | 155 | 25 | 24 |
| Octal | 177 | 73 | 121 | 0 | 66 | 44 | 62 | 525 | 45 | 44 |
| Binary | 1111111 | 111011 | 1010001 | 0 | 110110 | 100100 | 110010 | 101010101 | 100101 | 100100 |
Color Harmonies of #7F3B51
Complementary color
Monochromatic Colors of #7F3B51
Black with #7F3B51
Text Example
Text Example
White with #7F3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B51; }
p { color: rgb(127,59,81); }
H1.HeaderClassName
{
color: #7F3B51;
}
.AnyTagClassName
{
color: #7F3B51;
}
</style>
background-color css
<style>
a { background-color: #7F3B51; }
a { background-color: rgb(127,59,81); }
div.DivClassName
{
background-color: #7F3B51;
}
.BgClassName
{
background-color: #7F3B51;
}
</style>
border-color css
<style>
span { border-color: #7F3B51; }
span { border-color: rgb(127,59,81); }
td.TdClassName
{
border-color: #7F3B51;
}
.TagClassName
{
border-color: #7F3B51;
}
</style>