Shades of Camelot #7F414C
Tints of Camelot #7F414C
RGB
CMYK
RGB Variations
Color information
#7F414C (or 0x7F414C) is known color: Camelot. HEX triplet: 7F, 41 and 4C. RGB value is (127,65,76). Sum of RGB (Red+Green+Blue) = 127+65+76=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F414C is #80BEB3. Grayscale: #545454. Windows color (decimal): -8437428 or 4997503. OLE color: 4997503.
HSL color Cylindrical-coordinate representation of color #7F414C: hue angle of 349.35º 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 #7F414C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 76 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.50 |
| HSL | 349.35º | 0.32% | 0.38% | - |
| HSV(B) | 349.35º | 0.49% | 0.5% | - |
| XYZ | 11.95 | 8.81 | 7.91 | - |
| YUV | 84.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 76 | 0 | 0.49 | 0.40 | 0.50 | 349.35 | 0.32 | 0.38 |
| Hex | 7F | 41 | 4C | 0 | 31 | 28 | 32 | 15D | 20 | 26 |
| Octal | 177 | 101 | 114 | 0 | 61 | 50 | 62 | 535 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1001100 | 0 | 110001 | 101000 | 110010 | 101011101 | 100000 | 100110 |
Color Harmonies of #7F414C
Complementary color
Monochromatic Colors of #7F414C
Black with #7F414C
Text Example
Text Example
White with #7F414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F414C; }
p { color: rgb(127,65,76); }
H1.HeaderClassName
{
color: #7F414C;
}
.AnyTagClassName
{
color: #7F414C;
}
</style>
background-color css
<style>
a { background-color: #7F414C; }
a { background-color: rgb(127,65,76); }
div.DivClassName
{
background-color: #7F414C;
}
.BgClassName
{
background-color: #7F414C;
}
</style>
border-color css
<style>
span { border-color: #7F414C; }
span { border-color: rgb(127,65,76); }
td.TdClassName
{
border-color: #7F414C;
}
.TagClassName
{
border-color: #7F414C;
}
</style>