Shades of Stiletto #7E383E
Tints of Stiletto #7E383E
RGB
CMYK
RGB Variations
Color information
#7E383E (or 0x7E383E) is known color: Stiletto. HEX triplet: 7E, 38 and 3E. RGB value is (126,56,62). Sum of RGB (Red+Green+Blue) = 126+56+62=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E383E is #81C7C1. Grayscale: #4D4D4D. Windows color (decimal): -8505282 or 4077694. OLE color: 4077694.
HSL color Cylindrical-coordinate representation of color #7E383E: hue angle of 354.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E383E is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 62 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.51 |
| HSL | 354.86º | 0.38% | 0.36% | - |
| HSV(B) | 354.86º | 0.56% | 0.49% | - |
| XYZ | 10.89 | 7.61 | 5.45 | - |
| YUV | 77.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 62 | 0 | 0.56 | 0.51 | 0.51 | 354.86 | 0.38 | 0.36 |
| Hex | 7E | 38 | 3E | 0 | 38 | 33 | 33 | 163 | 26 | 24 |
| Octal | 176 | 70 | 76 | 0 | 70 | 63 | 63 | 543 | 46 | 44 |
| Binary | 1111110 | 111000 | 111110 | 0 | 111000 | 110011 | 110011 | 101100011 | 100110 | 100100 |
Color Harmonies of #7E383E
Complementary color
Monochromatic Colors of #7E383E
Black with #7E383E
Text Example
Text Example
White with #7E383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E383E; }
p { color: rgb(126,56,62); }
H1.HeaderClassName
{
color: #7E383E;
}
.AnyTagClassName
{
color: #7E383E;
}
</style>
background-color css
<style>
a { background-color: #7E383E; }
a { background-color: rgb(126,56,62); }
div.DivClassName
{
background-color: #7E383E;
}
.BgClassName
{
background-color: #7E383E;
}
</style>
border-color css
<style>
span { border-color: #7E383E; }
span { border-color: rgb(126,56,62); }
td.TdClassName
{
border-color: #7E383E;
}
.TagClassName
{
border-color: #7E383E;
}
</style>