Shades of Camelot #7F4150
Tints of Camelot #7F4150
RGB
CMYK
RGB Variations
Color information
#7F4150 (or 0x7F4150) is known color: Camelot. HEX triplet: 7F, 41 and 50. RGB value is (127,65,80). Sum of RGB (Red+Green+Blue) = 127+65+80=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4150 is #80BEAF. Grayscale: #555555. Windows color (decimal): -8437424 or 5259647. OLE color: 5259647.
HSL color Cylindrical-coordinate representation of color #7F4150: hue angle of 345.48º 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 #7F4150 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 80 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.50 |
| HSL | 345.48º | 0.32% | 0.38% | - |
| HSV(B) | 345.48º | 0.49% | 0.5% | - |
| XYZ | 12.09 | 8.87 | 8.66 | - |
| YUV | 85.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 80 | 0 | 0.49 | 0.37 | 0.50 | 345.48 | 0.32 | 0.38 |
| Hex | 7F | 41 | 50 | 0 | 31 | 25 | 32 | 159 | 20 | 26 |
| Octal | 177 | 101 | 120 | 0 | 61 | 45 | 62 | 531 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1010000 | 0 | 110001 | 100101 | 110010 | 101011001 | 100000 | 100110 |
Color Harmonies of #7F4150
Complementary color
Monochromatic Colors of #7F4150
Black with #7F4150
Text Example
Text Example
White with #7F4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4150; }
p { color: rgb(127,65,80); }
H1.HeaderClassName
{
color: #7F4150;
}
.AnyTagClassName
{
color: #7F4150;
}
</style>
background-color css
<style>
a { background-color: #7F4150; }
a { background-color: rgb(127,65,80); }
div.DivClassName
{
background-color: #7F4150;
}
.BgClassName
{
background-color: #7F4150;
}
</style>
border-color css
<style>
span { border-color: #7F4150; }
span { border-color: rgb(127,65,80); }
td.TdClassName
{
border-color: #7F4150;
}
.TagClassName
{
border-color: #7F4150;
}
</style>