Shades of Stiletto #7C3941
Tints of Stiletto #7C3941
RGB
CMYK
RGB Variations
Color information
#7C3941 (or 0x7C3941) is known color: Stiletto. HEX triplet: 7C, 39 and 41. RGB value is (124,57,65). Sum of RGB (Red+Green+Blue) = 124+57+65=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3941 is #83C6BE. Grayscale: #4D4D4D. Windows color (decimal): -8636095 or 4274556. OLE color: 4274556.
HSL color Cylindrical-coordinate representation of color #7C3941: hue angle of 352.84º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3941 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 65 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.51 |
| HSL | 352.84º | 0.37% | 0.35% | - |
| HSV(B) | 352.84º | 0.54% | 0.49% | - |
| XYZ | 10.73 | 7.59 | 5.9 | - |
| YUV | 77.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 65 | 0 | 0.54 | 0.48 | 0.51 | 352.84 | 0.37 | 0.35 |
| Hex | 7C | 39 | 41 | 0 | 36 | 30 | 33 | 161 | 25 | 23 |
| Octal | 174 | 71 | 101 | 0 | 66 | 60 | 63 | 541 | 45 | 43 |
| Binary | 1111100 | 111001 | 1000001 | 0 | 110110 | 110000 | 110011 | 101100001 | 100101 | 100011 |
Color Harmonies of #7C3941
Complementary color
Monochromatic Colors of #7C3941
Black with #7C3941
Text Example
Text Example
White with #7C3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3941; }
p { color: rgb(124,57,65); }
H1.HeaderClassName
{
color: #7C3941;
}
.AnyTagClassName
{
color: #7C3941;
}
</style>
background-color css
<style>
a { background-color: #7C3941; }
a { background-color: rgb(124,57,65); }
div.DivClassName
{
background-color: #7C3941;
}
.BgClassName
{
background-color: #7C3941;
}
</style>
border-color css
<style>
span { border-color: #7C3941; }
span { border-color: rgb(124,57,65); }
td.TdClassName
{
border-color: #7C3941;
}
.TagClassName
{
border-color: #7C3941;
}
</style>