Shades of Camelot #7F404B
Tints of Camelot #7F404B
RGB
CMYK
RGB Variations
Color information
#7F404B (or 0x7F404B) is known color: Camelot. HEX triplet: 7F, 40 and 4B. RGB value is (127,64,75). Sum of RGB (Red+Green+Blue) = 127+64+75=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F404B is #80BFB4. Grayscale: #545454. Windows color (decimal): -8437685 or 4931711. OLE color: 4931711.
HSL color Cylindrical-coordinate representation of color #7F404B: hue angle of 349.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F404B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 75 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.50 |
| HSL | 349.52º | 0.33% | 0.37% | - |
| HSV(B) | 349.52º | 0.5% | 0.5% | - |
| XYZ | 11.86 | 8.69 | 7.71 | - |
| YUV | 84.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 75 | 0 | 0.50 | 0.41 | 0.50 | 349.52 | 0.33 | 0.37 |
| Hex | 7F | 40 | 4B | 0 | 32 | 29 | 32 | 15E | 21 | 25 |
| Octal | 177 | 100 | 113 | 0 | 62 | 51 | 62 | 536 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1001011 | 0 | 110010 | 101001 | 110010 | 101011110 | 100001 | 100101 |
Color Harmonies of #7F404B
Complementary color
Monochromatic Colors of #7F404B
Black with #7F404B
Text Example
Text Example
White with #7F404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F404B; }
p { color: rgb(127,64,75); }
H1.HeaderClassName
{
color: #7F404B;
}
.AnyTagClassName
{
color: #7F404B;
}
</style>
background-color css
<style>
a { background-color: #7F404B; }
a { background-color: rgb(127,64,75); }
div.DivClassName
{
background-color: #7F404B;
}
.BgClassName
{
background-color: #7F404B;
}
</style>
border-color css
<style>
span { border-color: #7F404B; }
span { border-color: rgb(127,64,75); }
td.TdClassName
{
border-color: #7F404B;
}
.TagClassName
{
border-color: #7F404B;
}
</style>