Shades of Stiletto #7E3639
Tints of Stiletto #7E3639
RGB
CMYK
RGB Variations
Color information
#7E3639 (or 0x7E3639) is known color: Stiletto. HEX triplet: 7E, 36 and 39. RGB value is (126,54,57). Sum of RGB (Red+Green+Blue) = 126+54+57=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3639 is #81C9C6. Grayscale: #4B4B4B. Windows color (decimal): -8505799 or 3749502. OLE color: 3749502.
HSL color Cylindrical-coordinate representation of color #7E3639: hue angle of 357.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3639 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 57 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.51 |
| HSL | 357.5º | 0.4% | 0.35% | - |
| HSV(B) | 357.5º | 0.57% | 0.49% | - |
| XYZ | 10.66 | 7.37 | 4.73 | - |
| YUV | 75.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 57 | 0 | 0.57 | 0.55 | 0.51 | 357.5 | 0.4 | 0.35 |
| Hex | 7E | 36 | 39 | 0 | 39 | 37 | 33 | 166 | 28 | 23 |
| Octal | 176 | 66 | 71 | 0 | 71 | 67 | 63 | 546 | 50 | 43 |
| Binary | 1111110 | 110110 | 111001 | 0 | 111001 | 110111 | 110011 | 101100110 | 101000 | 100011 |
Color Harmonies of #7E3639
Complementary color
Monochromatic Colors of #7E3639
Black with #7E3639
Text Example
Text Example
White with #7E3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3639; }
p { color: rgb(126,54,57); }
H1.HeaderClassName
{
color: #7E3639;
}
.AnyTagClassName
{
color: #7E3639;
}
</style>
background-color css
<style>
a { background-color: #7E3639; }
a { background-color: rgb(126,54,57); }
div.DivClassName
{
background-color: #7E3639;
}
.BgClassName
{
background-color: #7E3639;
}
</style>
border-color css
<style>
span { border-color: #7E3639; }
span { border-color: rgb(126,54,57); }
td.TdClassName
{
border-color: #7E3639;
}
.TagClassName
{
border-color: #7E3639;
}
</style>