Shades of Stiletto #7F3C3E
Tints of Stiletto #7F3C3E
RGB
CMYK
RGB Variations
Color information
#7F3C3E (or 0x7F3C3E) is known color: Stiletto. HEX triplet: 7F, 3C and 3E. RGB value is (127,60,62). Sum of RGB (Red+Green+Blue) = 127+60+62=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C3E is #80C3C1. Grayscale: #505050. Windows color (decimal): -8438722 or 4078719. OLE color: 4078719.
HSL color Cylindrical-coordinate representation of color #7F3C3E: hue angle of 358.21º 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 #7F3C3E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 62 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.50 |
| HSL | 358.21º | 0.36% | 0.37% | - |
| HSV(B) | 358.21º | 0.53% | 0.5% | - |
| XYZ | 11.24 | 8.09 | 5.53 | - |
| YUV | 80.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 62 | 0 | 0.53 | 0.51 | 0.50 | 358.21 | 0.36 | 0.37 |
| Hex | 7F | 3C | 3E | 0 | 35 | 33 | 32 | 166 | 24 | 25 |
| Octal | 177 | 74 | 76 | 0 | 65 | 63 | 62 | 546 | 44 | 45 |
| Binary | 1111111 | 111100 | 111110 | 0 | 110101 | 110011 | 110010 | 101100110 | 100100 | 100101 |
Color Harmonies of #7F3C3E
Complementary color
Monochromatic Colors of #7F3C3E
Black with #7F3C3E
Text Example
Text Example
White with #7F3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C3E; }
p { color: rgb(127,60,62); }
H1.HeaderClassName
{
color: #7F3C3E;
}
.AnyTagClassName
{
color: #7F3C3E;
}
</style>
background-color css
<style>
a { background-color: #7F3C3E; }
a { background-color: rgb(127,60,62); }
div.DivClassName
{
background-color: #7F3C3E;
}
.BgClassName
{
background-color: #7F3C3E;
}
</style>
border-color css
<style>
span { border-color: #7F3C3E; }
span { border-color: rgb(127,60,62); }
td.TdClassName
{
border-color: #7F3C3E;
}
.TagClassName
{
border-color: #7F3C3E;
}
</style>