Shades of Stiletto #7C393D
Tints of Stiletto #7C393D
RGB
CMYK
RGB Variations
Color information
#7C393D (or 0x7C393D) is known color: Stiletto. HEX triplet: 7C, 39 and 3D. RGB value is (124,57,61). Sum of RGB (Red+Green+Blue) = 124+57+61=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C393D is #83C6C2. Grayscale: #4D4D4D. Windows color (decimal): -8636099 or 4012412. OLE color: 4012412.
HSL color Cylindrical-coordinate representation of color #7C393D: hue angle of 356.42º 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 #7C393D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 61 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.51 |
| HSL | 356.42º | 0.37% | 0.35% | - |
| HSV(B) | 356.42º | 0.54% | 0.49% | - |
| XYZ | 10.62 | 7.55 | 5.31 | - |
| YUV | 77.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 61 | 0 | 0.54 | 0.51 | 0.51 | 356.42 | 0.37 | 0.35 |
| Hex | 7C | 39 | 3D | 0 | 36 | 33 | 33 | 164 | 25 | 23 |
| Octal | 174 | 71 | 75 | 0 | 66 | 63 | 63 | 544 | 45 | 43 |
| Binary | 1111100 | 111001 | 111101 | 0 | 110110 | 110011 | 110011 | 101100100 | 100101 | 100011 |
Color Harmonies of #7C393D
Complementary color
Monochromatic Colors of #7C393D
Black with #7C393D
Text Example
Text Example
White with #7C393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C393D; }
p { color: rgb(124,57,61); }
H1.HeaderClassName
{
color: #7C393D;
}
.AnyTagClassName
{
color: #7C393D;
}
</style>
background-color css
<style>
a { background-color: #7C393D; }
a { background-color: rgb(124,57,61); }
div.DivClassName
{
background-color: #7C393D;
}
.BgClassName
{
background-color: #7C393D;
}
</style>
border-color css
<style>
span { border-color: #7C393D; }
span { border-color: rgb(124,57,61); }
td.TdClassName
{
border-color: #7C393D;
}
.TagClassName
{
border-color: #7C393D;
}
</style>