Shades of Stiletto #7F3940
Tints of Stiletto #7F3940
RGB
CMYK
RGB Variations
Color information
#7F3940 (or 0x7F3940) is known color: Stiletto. HEX triplet: 7F, 39 and 40. RGB value is (127,57,64). Sum of RGB (Red+Green+Blue) = 127+57+64=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3940 is #80C6BF. Grayscale: #4E4E4E. Windows color (decimal): -8439488 or 4209023. OLE color: 4209023.
HSL color Cylindrical-coordinate representation of color #7F3940: hue angle of 354º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3940 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 64 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.50 |
| HSL | 354º | 0.38% | 0.36% | - |
| HSV(B) | 354º | 0.55% | 0.5% | - |
| XYZ | 11.14 | 7.81 | 5.77 | - |
| YUV | 78.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 64 | 0 | 0.55 | 0.50 | 0.50 | 354 | 0.38 | 0.36 |
| Hex | 7F | 39 | 40 | 0 | 37 | 32 | 32 | 162 | 26 | 24 |
| Octal | 177 | 71 | 100 | 0 | 67 | 62 | 62 | 542 | 46 | 44 |
| Binary | 1111111 | 111001 | 1000000 | 0 | 110111 | 110010 | 110010 | 101100010 | 100110 | 100100 |
Color Harmonies of #7F3940
Complementary color
Monochromatic Colors of #7F3940
Black with #7F3940
Text Example
Text Example
White with #7F3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3940; }
p { color: rgb(127,57,64); }
H1.HeaderClassName
{
color: #7F3940;
}
.AnyTagClassName
{
color: #7F3940;
}
</style>
background-color css
<style>
a { background-color: #7F3940; }
a { background-color: rgb(127,57,64); }
div.DivClassName
{
background-color: #7F3940;
}
.BgClassName
{
background-color: #7F3940;
}
</style>
border-color css
<style>
span { border-color: #7F3940; }
span { border-color: rgb(127,57,64); }
td.TdClassName
{
border-color: #7F3940;
}
.TagClassName
{
border-color: #7F3940;
}
</style>