Shades of Stiletto #7E373C
Tints of Stiletto #7E373C
RGB
CMYK
RGB Variations
Color information
#7E373C (or 0x7E373C) is known color: Stiletto. HEX triplet: 7E, 37 and 3C. RGB value is (126,55,60). Sum of RGB (Red+Green+Blue) = 126+55+60=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E373C is #81C8C3. Grayscale: #4C4C4C. Windows color (decimal): -8505540 or 3946366. OLE color: 3946366.
HSL color Cylindrical-coordinate representation of color #7E373C: hue angle of 355.77º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E373C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 60 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.51 |
| HSL | 355.77º | 0.39% | 0.35% | - |
| HSV(B) | 355.77º | 0.56% | 0.49% | - |
| XYZ | 10.79 | 7.49 | 5.15 | - |
| YUV | 76.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 60 | 0 | 0.56 | 0.52 | 0.51 | 355.77 | 0.39 | 0.35 |
| Hex | 7E | 37 | 3C | 0 | 38 | 34 | 33 | 164 | 27 | 23 |
| Octal | 176 | 67 | 74 | 0 | 70 | 64 | 63 | 544 | 47 | 43 |
| Binary | 1111110 | 110111 | 111100 | 0 | 111000 | 110100 | 110011 | 101100100 | 100111 | 100011 |
Color Harmonies of #7E373C
Complementary color
Monochromatic Colors of #7E373C
Black with #7E373C
Text Example
Text Example
White with #7E373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E373C; }
p { color: rgb(126,55,60); }
H1.HeaderClassName
{
color: #7E373C;
}
.AnyTagClassName
{
color: #7E373C;
}
</style>
background-color css
<style>
a { background-color: #7E373C; }
a { background-color: rgb(126,55,60); }
div.DivClassName
{
background-color: #7E373C;
}
.BgClassName
{
background-color: #7E373C;
}
</style>
border-color css
<style>
span { border-color: #7E373C; }
span { border-color: rgb(126,55,60); }
td.TdClassName
{
border-color: #7E373C;
}
.TagClassName
{
border-color: #7E373C;
}
</style>