Shades of Camelot #7F364D
Tints of Camelot #7F364D
RGB
CMYK
RGB Variations
Color information
#7F364D (or 0x7F364D) is known color: Camelot. HEX triplet: 7F, 36 and 4D. RGB value is (127,54,77). Sum of RGB (Red+Green+Blue) = 127+54+77=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F364D is #80C9B2. Grayscale: #4E4E4E. Windows color (decimal): -8440243 or 5060223. OLE color: 5060223.
HSL color Cylindrical-coordinate representation of color #7F364D: hue angle of 341.1º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F364D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 77 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.50 |
| HSL | 341.1º | 0.4% | 0.35% | - |
| HSV(B) | 341.1º | 0.57% | 0.5% | - |
| XYZ | 11.41 | 7.69 | 7.9 | - |
| YUV | 78.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 77 | 0 | 0.57 | 0.39 | 0.50 | 341.1 | 0.4 | 0.35 |
| Hex | 7F | 36 | 4D | 0 | 39 | 27 | 32 | 155 | 28 | 23 |
| Octal | 177 | 66 | 115 | 0 | 71 | 47 | 62 | 525 | 50 | 43 |
| Binary | 1111111 | 110110 | 1001101 | 0 | 111001 | 100111 | 110010 | 101010101 | 101000 | 100011 |
Color Harmonies of #7F364D
Complementary color
Monochromatic Colors of #7F364D
Black with #7F364D
Text Example
Text Example
White with #7F364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F364D; }
p { color: rgb(127,54,77); }
H1.HeaderClassName
{
color: #7F364D;
}
.AnyTagClassName
{
color: #7F364D;
}
</style>
background-color css
<style>
a { background-color: #7F364D; }
a { background-color: rgb(127,54,77); }
div.DivClassName
{
background-color: #7F364D;
}
.BgClassName
{
background-color: #7F364D;
}
</style>
border-color css
<style>
span { border-color: #7F364D; }
span { border-color: rgb(127,54,77); }
td.TdClassName
{
border-color: #7F364D;
}
.TagClassName
{
border-color: #7F364D;
}
</style>