Shades of Stiletto #7E3C3D
Tints of Stiletto #7E3C3D
RGB
CMYK
RGB Variations
Color information
#7E3C3D (or 0x7E3C3D) is known color: Stiletto. HEX triplet: 7E, 3C and 3D. RGB value is (126,60,61). Sum of RGB (Red+Green+Blue) = 126+60+61=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3C3D is #81C3C2. Grayscale: #4F4F4F. Windows color (decimal): -8504259 or 4013182. OLE color: 4013182.
HSL color Cylindrical-coordinate representation of color #7E3C3D: hue angle of 359.09º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E3C3D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 61 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.51 |
| HSL | 359.09º | 0.35% | 0.36% | - |
| HSV(B) | 359.09º | 0.52% | 0.49% | - |
| XYZ | 11.06 | 8 | 5.38 | - |
| YUV | 79.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 61 | 0 | 0.52 | 0.52 | 0.51 | 359.09 | 0.35 | 0.36 |
| Hex | 7E | 3C | 3D | 0 | 34 | 34 | 33 | 167 | 23 | 24 |
| Octal | 176 | 74 | 75 | 0 | 64 | 64 | 63 | 547 | 43 | 44 |
| Binary | 1111110 | 111100 | 111101 | 0 | 110100 | 110100 | 110011 | 101100111 | 100011 | 100100 |
Color Harmonies of #7E3C3D
Complementary color
Monochromatic Colors of #7E3C3D
Black with #7E3C3D
Text Example
Text Example
White with #7E3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C3D; }
p { color: rgb(126,60,61); }
H1.HeaderClassName
{
color: #7E3C3D;
}
.AnyTagClassName
{
color: #7E3C3D;
}
</style>
background-color css
<style>
a { background-color: #7E3C3D; }
a { background-color: rgb(126,60,61); }
div.DivClassName
{
background-color: #7E3C3D;
}
.BgClassName
{
background-color: #7E3C3D;
}
</style>
border-color css
<style>
span { border-color: #7E3C3D; }
span { border-color: rgb(126,60,61); }
td.TdClassName
{
border-color: #7E3C3D;
}
.TagClassName
{
border-color: #7E3C3D;
}
</style>