Shades of Stiletto #7F3C43
Tints of Stiletto #7F3C43
RGB
CMYK
RGB Variations
Color information
#7F3C43 (or 0x7F3C43) is known color: Stiletto. HEX triplet: 7F, 3C and 43. RGB value is (127,60,67). Sum of RGB (Red+Green+Blue) = 127+60+67=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C43 is #80C3BC. Grayscale: #505050. Windows color (decimal): -8438717 or 4406399. OLE color: 4406399.
HSL color Cylindrical-coordinate representation of color #7F3C43: hue angle of 353.73º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C43 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 67 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.50 |
| HSL | 353.73º | 0.36% | 0.37% | - |
| HSV(B) | 353.73º | 0.53% | 0.5% | - |
| XYZ | 11.38 | 8.15 | 6.28 | - |
| YUV | 80.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 67 | 0 | 0.53 | 0.47 | 0.50 | 353.73 | 0.36 | 0.37 |
| Hex | 7F | 3C | 43 | 0 | 35 | 2F | 32 | 162 | 24 | 25 |
| Octal | 177 | 74 | 103 | 0 | 65 | 57 | 62 | 542 | 44 | 45 |
| Binary | 1111111 | 111100 | 1000011 | 0 | 110101 | 101111 | 110010 | 101100010 | 100100 | 100101 |
Color Harmonies of #7F3C43
Complementary color
Monochromatic Colors of #7F3C43
Black with #7F3C43
Text Example
Text Example
White with #7F3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C43; }
p { color: rgb(127,60,67); }
H1.HeaderClassName
{
color: #7F3C43;
}
.AnyTagClassName
{
color: #7F3C43;
}
</style>
background-color css
<style>
a { background-color: #7F3C43; }
a { background-color: rgb(127,60,67); }
div.DivClassName
{
background-color: #7F3C43;
}
.BgClassName
{
background-color: #7F3C43;
}
</style>
border-color css
<style>
span { border-color: #7F3C43; }
span { border-color: rgb(127,60,67); }
td.TdClassName
{
border-color: #7F3C43;
}
.TagClassName
{
border-color: #7F3C43;
}
</style>