Shades of Stiletto #7E4143
Tints of Stiletto #7E4143
RGB
CMYK
RGB Variations
Color information
#7E4143 (or 0x7E4143) is known color: Stiletto. HEX triplet: 7E, 41 and 43. RGB value is (126,65,67). Sum of RGB (Red+Green+Blue) = 126+65+67=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4143 is #81BEBC. Grayscale: #535353. Windows color (decimal): -8502973 or 4407678. OLE color: 4407678.
HSL color Cylindrical-coordinate representation of color #7E4143: hue angle of 358.03º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4143 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 67 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.51 |
| HSL | 358.03º | 0.32% | 0.37% | - |
| HSV(B) | 358.03º | 0.48% | 0.49% | - |
| XYZ | 11.51 | 8.62 | 6.37 | - |
| YUV | 83.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 67 | 0 | 0.48 | 0.47 | 0.51 | 358.03 | 0.32 | 0.37 |
| Hex | 7E | 41 | 43 | 0 | 30 | 2F | 33 | 166 | 20 | 25 |
| Octal | 176 | 101 | 103 | 0 | 60 | 57 | 63 | 546 | 40 | 45 |
| Binary | 1111110 | 1000001 | 1000011 | 0 | 110000 | 101111 | 110011 | 101100110 | 100000 | 100101 |
Color Harmonies of #7E4143
Complementary color
Monochromatic Colors of #7E4143
Black with #7E4143
Text Example
Text Example
White with #7E4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4143; }
p { color: rgb(126,65,67); }
H1.HeaderClassName
{
color: #7E4143;
}
.AnyTagClassName
{
color: #7E4143;
}
</style>
background-color css
<style>
a { background-color: #7E4143; }
a { background-color: rgb(126,65,67); }
div.DivClassName
{
background-color: #7E4143;
}
.BgClassName
{
background-color: #7E4143;
}
</style>
border-color css
<style>
span { border-color: #7E4143; }
span { border-color: rgb(126,65,67); }
td.TdClassName
{
border-color: #7E4143;
}
.TagClassName
{
border-color: #7E4143;
}
</style>