Shades of Stiletto #7F4042
Tints of Stiletto #7F4042
RGB
CMYK
RGB Variations
Color information
#7F4042 (or 0x7F4042) is known color: Stiletto. HEX triplet: 7F, 40 and 42. RGB value is (127,64,66). Sum of RGB (Red+Green+Blue) = 127+64+66=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4042 is #80BFBD. Grayscale: #535353. Windows color (decimal): -8437694 or 4341887. OLE color: 4341887.
HSL color Cylindrical-coordinate representation of color #7F4042: hue angle of 358.1º 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 #7F4042 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 66 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.50 |
| HSL | 358.1º | 0.33% | 0.37% | - |
| HSV(B) | 358.1º | 0.5% | 0.5% | - |
| XYZ | 11.57 | 8.57 | 6.2 | - |
| YUV | 83.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 66 | 0 | 0.50 | 0.48 | 0.50 | 358.1 | 0.33 | 0.37 |
| Hex | 7F | 40 | 42 | 0 | 32 | 30 | 32 | 166 | 21 | 25 |
| Octal | 177 | 100 | 102 | 0 | 62 | 60 | 62 | 546 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1000010 | 0 | 110010 | 110000 | 110010 | 101100110 | 100001 | 100101 |
Color Harmonies of #7F4042
Complementary color
Monochromatic Colors of #7F4042
Black with #7F4042
Text Example
Text Example
White with #7F4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4042; }
p { color: rgb(127,64,66); }
H1.HeaderClassName
{
color: #7F4042;
}
.AnyTagClassName
{
color: #7F4042;
}
</style>
background-color css
<style>
a { background-color: #7F4042; }
a { background-color: rgb(127,64,66); }
div.DivClassName
{
background-color: #7F4042;
}
.BgClassName
{
background-color: #7F4042;
}
</style>
border-color css
<style>
span { border-color: #7F4042; }
span { border-color: rgb(127,64,66); }
td.TdClassName
{
border-color: #7F4042;
}
.TagClassName
{
border-color: #7F4042;
}
</style>