Shades of Stiletto #7E3940
Tints of Stiletto #7E3940
RGB
CMYK
RGB Variations
Color information
#7E3940 (or 0x7E3940) is known color: Stiletto. HEX triplet: 7E, 39 and 40. RGB value is (126,57,64). Sum of RGB (Red+Green+Blue) = 126+57+64=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3940 is #81C6BF. Grayscale: #4E4E4E. Windows color (decimal): -8505024 or 4209022. OLE color: 4209022.
HSL color Cylindrical-coordinate representation of color #7E3940: hue angle of 353.91º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3940 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 64 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.51 |
| HSL | 353.91º | 0.38% | 0.36% | - |
| HSV(B) | 353.91º | 0.55% | 0.49% | - |
| XYZ | 10.99 | 7.73 | 5.76 | - |
| YUV | 78.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 64 | 0 | 0.55 | 0.49 | 0.51 | 353.91 | 0.38 | 0.36 |
| Hex | 7E | 39 | 40 | 0 | 37 | 31 | 33 | 162 | 26 | 24 |
| Octal | 176 | 71 | 100 | 0 | 67 | 61 | 63 | 542 | 46 | 44 |
| Binary | 1111110 | 111001 | 1000000 | 0 | 110111 | 110001 | 110011 | 101100010 | 100110 | 100100 |
Color Harmonies of #7E3940
Complementary color
Monochromatic Colors of #7E3940
Black with #7E3940
Text Example
Text Example
White with #7E3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3940; }
p { color: rgb(126,57,64); }
H1.HeaderClassName
{
color: #7E3940;
}
.AnyTagClassName
{
color: #7E3940;
}
</style>
background-color css
<style>
a { background-color: #7E3940; }
a { background-color: rgb(126,57,64); }
div.DivClassName
{
background-color: #7E3940;
}
.BgClassName
{
background-color: #7E3940;
}
</style>
border-color css
<style>
span { border-color: #7E3940; }
span { border-color: rgb(126,57,64); }
td.TdClassName
{
border-color: #7E3940;
}
.TagClassName
{
border-color: #7E3940;
}
</style>