Shades of Camelot #7F4854
Tints of Camelot #7F4854
RGB
CMYK
RGB Variations
Color information
#7F4854 (or 0x7F4854) is known color: Camelot. HEX triplet: 7F, 48 and 54. RGB value is (127,72,84). Sum of RGB (Red+Green+Blue) = 127+72+84=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4854 is #80B7AB. Grayscale: #595959. Windows color (decimal): -8435628 or 5523583. OLE color: 5523583.
HSL color Cylindrical-coordinate representation of color #7F4854: hue angle of 346.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4854 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 84 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.50 |
| HSL | 346.91º | 0.28% | 0.39% | - |
| HSV(B) | 346.91º | 0.43% | 0.5% | - |
| XYZ | 12.67 | 9.79 | 9.61 | - |
| YUV | 89.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 84 | 0 | 0.43 | 0.34 | 0.50 | 346.91 | 0.28 | 0.39 |
| Hex | 7F | 48 | 54 | 0 | 2B | 22 | 32 | 15B | 1C | 27 |
| Octal | 177 | 110 | 124 | 0 | 53 | 42 | 62 | 533 | 34 | 47 |
| Binary | 1111111 | 1001000 | 1010100 | 0 | 101011 | 100010 | 110010 | 101011011 | 11100 | 100111 |
Color Harmonies of #7F4854
Complementary color
Monochromatic Colors of #7F4854
Black with #7F4854
Text Example
Text Example
White with #7F4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4854; }
p { color: rgb(127,72,84); }
H1.HeaderClassName
{
color: #7F4854;
}
.AnyTagClassName
{
color: #7F4854;
}
</style>
background-color css
<style>
a { background-color: #7F4854; }
a { background-color: rgb(127,72,84); }
div.DivClassName
{
background-color: #7F4854;
}
.BgClassName
{
background-color: #7F4854;
}
</style>
border-color css
<style>
span { border-color: #7F4854; }
span { border-color: rgb(127,72,84); }
td.TdClassName
{
border-color: #7F4854;
}
.TagClassName
{
border-color: #7F4854;
}
</style>