Shades of Stiletto #7F393D
Tints of Stiletto #7F393D
RGB
CMYK
RGB Variations
Color information
#7F393D (or 0x7F393D) is known color: Stiletto. HEX triplet: 7F, 39 and 3D. RGB value is (127,57,61). Sum of RGB (Red+Green+Blue) = 127+57+61=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F393D is #80C6C2. Grayscale: #4E4E4E. Windows color (decimal): -8439491 or 4012415. OLE color: 4012415.
HSL color Cylindrical-coordinate representation of color #7F393D: hue angle of 356.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F393D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 61 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.50 |
| HSL | 356.57º | 0.38% | 0.36% | - |
| HSV(B) | 356.57º | 0.55% | 0.5% | - |
| XYZ | 11.06 | 7.78 | 5.33 | - |
| YUV | 78.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 61 | 0 | 0.55 | 0.52 | 0.50 | 356.57 | 0.38 | 0.36 |
| Hex | 7F | 39 | 3D | 0 | 37 | 34 | 32 | 165 | 26 | 24 |
| Octal | 177 | 71 | 75 | 0 | 67 | 64 | 62 | 545 | 46 | 44 |
| Binary | 1111111 | 111001 | 111101 | 0 | 110111 | 110100 | 110010 | 101100101 | 100110 | 100100 |
Color Harmonies of #7F393D
Complementary color
Monochromatic Colors of #7F393D
Black with #7F393D
Text Example
Text Example
White with #7F393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F393D; }
p { color: rgb(127,57,61); }
H1.HeaderClassName
{
color: #7F393D;
}
.AnyTagClassName
{
color: #7F393D;
}
</style>
background-color css
<style>
a { background-color: #7F393D; }
a { background-color: rgb(127,57,61); }
div.DivClassName
{
background-color: #7F393D;
}
.BgClassName
{
background-color: #7F393D;
}
</style>
border-color css
<style>
span { border-color: #7F393D; }
span { border-color: rgb(127,57,61); }
td.TdClassName
{
border-color: #7F393D;
}
.TagClassName
{
border-color: #7F393D;
}
</style>