Shades of Camelot #7F414D
Tints of Camelot #7F414D
RGB
CMYK
RGB Variations
Color information
#7F414D (or 0x7F414D) is known color: Camelot. HEX triplet: 7F, 41 and 4D. RGB value is (127,65,77). Sum of RGB (Red+Green+Blue) = 127+65+77=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F414D is #80BEB2. Grayscale: #545454. Windows color (decimal): -8437427 or 5063039. OLE color: 5063039.
HSL color Cylindrical-coordinate representation of color #7F414D: hue angle of 348.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F414D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 77 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.50 |
| HSL | 348.39º | 0.32% | 0.38% | - |
| HSV(B) | 348.39º | 0.49% | 0.5% | - |
| XYZ | 11.98 | 8.83 | 8.09 | - |
| YUV | 84.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 77 | 0 | 0.49 | 0.39 | 0.50 | 348.39 | 0.32 | 0.38 |
| Hex | 7F | 41 | 4D | 0 | 31 | 27 | 32 | 15C | 20 | 26 |
| Octal | 177 | 101 | 115 | 0 | 61 | 47 | 62 | 534 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1001101 | 0 | 110001 | 100111 | 110010 | 101011100 | 100000 | 100110 |
Color Harmonies of #7F414D
Complementary color
Monochromatic Colors of #7F414D
Black with #7F414D
Text Example
Text Example
White with #7F414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F414D; }
p { color: rgb(127,65,77); }
H1.HeaderClassName
{
color: #7F414D;
}
.AnyTagClassName
{
color: #7F414D;
}
</style>
background-color css
<style>
a { background-color: #7F414D; }
a { background-color: rgb(127,65,77); }
div.DivClassName
{
background-color: #7F414D;
}
.BgClassName
{
background-color: #7F414D;
}
</style>
border-color css
<style>
span { border-color: #7F414D; }
span { border-color: rgb(127,65,77); }
td.TdClassName
{
border-color: #7F414D;
}
.TagClassName
{
border-color: #7F414D;
}
</style>