Shades of Stiletto #7F3841
Tints of Stiletto #7F3841
RGB
CMYK
RGB Variations
Color information
#7F3841 (or 0x7F3841) is known color: Stiletto. HEX triplet: 7F, 38 and 41. RGB value is (127,56,65). Sum of RGB (Red+Green+Blue) = 127+56+65=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3841 is #80C7BE. Grayscale: #4E4E4E. Windows color (decimal): -8439743 or 4274303. OLE color: 4274303.
HSL color Cylindrical-coordinate representation of color #7F3841: hue angle of 352.39º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F3841 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 65 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.50 |
| HSL | 352.39º | 0.39% | 0.36% | - |
| HSV(B) | 352.39º | 0.56% | 0.5% | - |
| XYZ | 11.12 | 7.72 | 5.91 | - |
| YUV | 78.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 65 | 0 | 0.56 | 0.49 | 0.50 | 352.39 | 0.39 | 0.36 |
| Hex | 7F | 38 | 41 | 0 | 38 | 31 | 32 | 160 | 27 | 24 |
| Octal | 177 | 70 | 101 | 0 | 70 | 61 | 62 | 540 | 47 | 44 |
| Binary | 1111111 | 111000 | 1000001 | 0 | 111000 | 110001 | 110010 | 101100000 | 100111 | 100100 |
Color Harmonies of #7F3841
Complementary color
Monochromatic Colors of #7F3841
Black with #7F3841
Text Example
Text Example
White with #7F3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3841; }
p { color: rgb(127,56,65); }
H1.HeaderClassName
{
color: #7F3841;
}
.AnyTagClassName
{
color: #7F3841;
}
</style>
background-color css
<style>
a { background-color: #7F3841; }
a { background-color: rgb(127,56,65); }
div.DivClassName
{
background-color: #7F3841;
}
.BgClassName
{
background-color: #7F3841;
}
</style>
border-color css
<style>
span { border-color: #7F3841; }
span { border-color: rgb(127,56,65); }
td.TdClassName
{
border-color: #7F3841;
}
.TagClassName
{
border-color: #7F3841;
}
</style>