Shades of Camelot #7F414F
Tints of Camelot #7F414F
RGB
CMYK
RGB Variations
Color information
#7F414F (or 0x7F414F) is known color: Camelot. HEX triplet: 7F, 41 and 4F. RGB value is (127,65,79). Sum of RGB (Red+Green+Blue) = 127+65+79=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F414F is #80BEB0. Grayscale: #555555. Windows color (decimal): -8437425 or 5194111. OLE color: 5194111.
HSL color Cylindrical-coordinate representation of color #7F414F: hue angle of 346.45º 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 #7F414F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 79 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.50 |
| HSL | 346.45º | 0.32% | 0.38% | - |
| HSV(B) | 346.45º | 0.49% | 0.5% | - |
| XYZ | 12.05 | 8.86 | 8.47 | - |
| YUV | 85.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 79 | 0 | 0.49 | 0.38 | 0.50 | 346.45 | 0.32 | 0.38 |
| Hex | 7F | 41 | 4F | 0 | 31 | 26 | 32 | 15A | 20 | 26 |
| Octal | 177 | 101 | 117 | 0 | 61 | 46 | 62 | 532 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1001111 | 0 | 110001 | 100110 | 110010 | 101011010 | 100000 | 100110 |
Color Harmonies of #7F414F
Complementary color
Monochromatic Colors of #7F414F
Black with #7F414F
Text Example
Text Example
White with #7F414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F414F; }
p { color: rgb(127,65,79); }
H1.HeaderClassName
{
color: #7F414F;
}
.AnyTagClassName
{
color: #7F414F;
}
</style>
background-color css
<style>
a { background-color: #7F414F; }
a { background-color: rgb(127,65,79); }
div.DivClassName
{
background-color: #7F414F;
}
.BgClassName
{
background-color: #7F414F;
}
</style>
border-color css
<style>
span { border-color: #7F414F; }
span { border-color: rgb(127,65,79); }
td.TdClassName
{
border-color: #7F414F;
}
.TagClassName
{
border-color: #7F414F;
}
</style>