Shades of Stiletto #7E3942
Tints of Stiletto #7E3942
RGB
CMYK
RGB Variations
Color information
#7E3942 (or 0x7E3942) is known color: Stiletto. HEX triplet: 7E, 39 and 42. RGB value is (126,57,66). Sum of RGB (Red+Green+Blue) = 126+57+66=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3942 is #81C6BD. Grayscale: #4E4E4E. Windows color (decimal): -8505022 or 4340094. OLE color: 4340094.
HSL color Cylindrical-coordinate representation of color #7E3942: hue angle of 352.17º 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 #7E3942 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 66 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.51 |
| HSL | 352.17º | 0.38% | 0.36% | - |
| HSV(B) | 352.17º | 0.55% | 0.49% | - |
| XYZ | 11.05 | 7.76 | 6.07 | - |
| YUV | 78.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 66 | 0 | 0.55 | 0.48 | 0.51 | 352.17 | 0.38 | 0.36 |
| Hex | 7E | 39 | 42 | 0 | 37 | 30 | 33 | 160 | 26 | 24 |
| Octal | 176 | 71 | 102 | 0 | 67 | 60 | 63 | 540 | 46 | 44 |
| Binary | 1111110 | 111001 | 1000010 | 0 | 110111 | 110000 | 110011 | 101100000 | 100110 | 100100 |
Color Harmonies of #7E3942
Complementary color
Monochromatic Colors of #7E3942
Black with #7E3942
Text Example
Text Example
White with #7E3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3942; }
p { color: rgb(126,57,66); }
H1.HeaderClassName
{
color: #7E3942;
}
.AnyTagClassName
{
color: #7E3942;
}
</style>
background-color css
<style>
a { background-color: #7E3942; }
a { background-color: rgb(126,57,66); }
div.DivClassName
{
background-color: #7E3942;
}
.BgClassName
{
background-color: #7E3942;
}
</style>
border-color css
<style>
span { border-color: #7E3942; }
span { border-color: rgb(126,57,66); }
td.TdClassName
{
border-color: #7E3942;
}
.TagClassName
{
border-color: #7E3942;
}
</style>