Shades of Stiletto #7E393C
Tints of Stiletto #7E393C
RGB
CMYK
RGB Variations
Color information
#7E393C (or 0x7E393C) is known color: Stiletto. HEX triplet: 7E, 39 and 3C. RGB value is (126,57,60). Sum of RGB (Red+Green+Blue) = 126+57+60=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E393C is #81C6C3. Grayscale: #4E4E4E. Windows color (decimal): -8505028 or 3946878. OLE color: 3946878.
HSL color Cylindrical-coordinate representation of color #7E393C: hue angle of 357.39º 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 #7E393C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 60 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.51 |
| HSL | 357.39º | 0.38% | 0.36% | - |
| HSV(B) | 357.39º | 0.55% | 0.49% | - |
| XYZ | 10.88 | 7.69 | 5.19 | - |
| YUV | 77.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 60 | 0 | 0.55 | 0.52 | 0.51 | 357.39 | 0.38 | 0.36 |
| Hex | 7E | 39 | 3C | 0 | 37 | 34 | 33 | 165 | 26 | 24 |
| Octal | 176 | 71 | 74 | 0 | 67 | 64 | 63 | 545 | 46 | 44 |
| Binary | 1111110 | 111001 | 111100 | 0 | 110111 | 110100 | 110011 | 101100101 | 100110 | 100100 |
Color Harmonies of #7E393C
Complementary color
Monochromatic Colors of #7E393C
Black with #7E393C
Text Example
Text Example
White with #7E393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E393C; }
p { color: rgb(126,57,60); }
H1.HeaderClassName
{
color: #7E393C;
}
.AnyTagClassName
{
color: #7E393C;
}
</style>
background-color css
<style>
a { background-color: #7E393C; }
a { background-color: rgb(126,57,60); }
div.DivClassName
{
background-color: #7E393C;
}
.BgClassName
{
background-color: #7E393C;
}
</style>
border-color css
<style>
span { border-color: #7E393C; }
span { border-color: rgb(126,57,60); }
td.TdClassName
{
border-color: #7E393C;
}
.TagClassName
{
border-color: #7E393C;
}
</style>