Shades of Stiletto #7F3942
Tints of Stiletto #7F3942
RGB
CMYK
RGB Variations
Color information
#7F3942 (or 0x7F3942) is known color: Stiletto. HEX triplet: 7F, 39 and 42. RGB value is (127,57,66). Sum of RGB (Red+Green+Blue) = 127+57+66=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3942 is #80C6BD. Grayscale: #4E4E4E. Windows color (decimal): -8439486 or 4340095. OLE color: 4340095.
HSL color Cylindrical-coordinate representation of color #7F3942: hue angle of 352.29º 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 #7F3942 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 66 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.50 |
| HSL | 352.29º | 0.38% | 0.36% | - |
| HSV(B) | 352.29º | 0.55% | 0.5% | - |
| XYZ | 11.2 | 7.83 | 6.08 | - |
| YUV | 78.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 66 | 0 | 0.55 | 0.48 | 0.50 | 352.29 | 0.38 | 0.36 |
| Hex | 7F | 39 | 42 | 0 | 37 | 30 | 32 | 160 | 26 | 24 |
| Octal | 177 | 71 | 102 | 0 | 67 | 60 | 62 | 540 | 46 | 44 |
| Binary | 1111111 | 111001 | 1000010 | 0 | 110111 | 110000 | 110010 | 101100000 | 100110 | 100100 |
Color Harmonies of #7F3942
Complementary color
Monochromatic Colors of #7F3942
Black with #7F3942
Text Example
Text Example
White with #7F3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3942; }
p { color: rgb(127,57,66); }
H1.HeaderClassName
{
color: #7F3942;
}
.AnyTagClassName
{
color: #7F3942;
}
</style>
background-color css
<style>
a { background-color: #7F3942; }
a { background-color: rgb(127,57,66); }
div.DivClassName
{
background-color: #7F3942;
}
.BgClassName
{
background-color: #7F3942;
}
</style>
border-color css
<style>
span { border-color: #7F3942; }
span { border-color: rgb(127,57,66); }
td.TdClassName
{
border-color: #7F3942;
}
.TagClassName
{
border-color: #7F3942;
}
</style>