Shades of Camelot #7F414A
Tints of Camelot #7F414A
RGB
CMYK
RGB Variations
Color information
#7F414A (or 0x7F414A) is known color: Camelot. HEX triplet: 7F, 41 and 4A. RGB value is (127,65,74). Sum of RGB (Red+Green+Blue) = 127+65+74=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F414A is #80BEB5. Grayscale: #545454. Windows color (decimal): -8437430 or 4866431. OLE color: 4866431.
HSL color Cylindrical-coordinate representation of color #7F414A: hue angle of 351.29º 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 #7F414A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 74 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.50 |
| HSL | 351.29º | 0.32% | 0.38% | - |
| HSV(B) | 351.29º | 0.49% | 0.5% | - |
| XYZ | 11.88 | 8.79 | 7.55 | - |
| YUV | 84.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 74 | 0 | 0.49 | 0.42 | 0.50 | 351.29 | 0.32 | 0.38 |
| Hex | 7F | 41 | 4A | 0 | 31 | 2A | 32 | 15F | 20 | 26 |
| Octal | 177 | 101 | 112 | 0 | 61 | 52 | 62 | 537 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1001010 | 0 | 110001 | 101010 | 110010 | 101011111 | 100000 | 100110 |
Color Harmonies of #7F414A
Complementary color
Monochromatic Colors of #7F414A
Black with #7F414A
Text Example
Text Example
White with #7F414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F414A; }
p { color: rgb(127,65,74); }
H1.HeaderClassName
{
color: #7F414A;
}
.AnyTagClassName
{
color: #7F414A;
}
</style>
background-color css
<style>
a { background-color: #7F414A; }
a { background-color: rgb(127,65,74); }
div.DivClassName
{
background-color: #7F414A;
}
.BgClassName
{
background-color: #7F414A;
}
</style>
border-color css
<style>
span { border-color: #7F414A; }
span { border-color: rgb(127,65,74); }
td.TdClassName
{
border-color: #7F414A;
}
.TagClassName
{
border-color: #7F414A;
}
</style>