Shades of Stiletto #7E383D
Tints of Stiletto #7E383D
RGB
CMYK
RGB Variations
Color information
#7E383D (or 0x7E383D) is known color: Stiletto. HEX triplet: 7E, 38 and 3D. RGB value is (126,56,61). Sum of RGB (Red+Green+Blue) = 126+56+61=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E383D is #81C7C2. Grayscale: #4D4D4D. Windows color (decimal): -8505283 or 4012158. OLE color: 4012158.
HSL color Cylindrical-coordinate representation of color #7E383D: hue angle of 355.71º 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 #7E383D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 61 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.51 |
| HSL | 355.71º | 0.38% | 0.36% | - |
| HSV(B) | 355.71º | 0.56% | 0.49% | - |
| XYZ | 10.86 | 7.6 | 5.31 | - |
| YUV | 77.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 61 | 0 | 0.56 | 0.52 | 0.51 | 355.71 | 0.38 | 0.36 |
| Hex | 7E | 38 | 3D | 0 | 38 | 34 | 33 | 164 | 26 | 24 |
| Octal | 176 | 70 | 75 | 0 | 70 | 64 | 63 | 544 | 46 | 44 |
| Binary | 1111110 | 111000 | 111101 | 0 | 111000 | 110100 | 110011 | 101100100 | 100110 | 100100 |
Color Harmonies of #7E383D
Complementary color
Monochromatic Colors of #7E383D
Black with #7E383D
Text Example
Text Example
White with #7E383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E383D; }
p { color: rgb(126,56,61); }
H1.HeaderClassName
{
color: #7E383D;
}
.AnyTagClassName
{
color: #7E383D;
}
</style>
background-color css
<style>
a { background-color: #7E383D; }
a { background-color: rgb(126,56,61); }
div.DivClassName
{
background-color: #7E383D;
}
.BgClassName
{
background-color: #7E383D;
}
</style>
border-color css
<style>
span { border-color: #7E383D; }
span { border-color: rgb(126,56,61); }
td.TdClassName
{
border-color: #7E383D;
}
.TagClassName
{
border-color: #7E383D;
}
</style>