Shades of Stiletto #7F363A
Tints of Stiletto #7F363A
RGB
CMYK
RGB Variations
Color information
#7F363A (or 0x7F363A) is known color: Stiletto. HEX triplet: 7F, 36 and 3A. RGB value is (127,54,58). Sum of RGB (Red+Green+Blue) = 127+54+58=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F363A is #80C9C5. Grayscale: #4C4C4C. Windows color (decimal): -8440262 or 3815039. OLE color: 3815039.
HSL color Cylindrical-coordinate representation of color #7F363A: hue angle of 356.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F363A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 58 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.50 |
| HSL | 356.71º | 0.4% | 0.35% | - |
| HSV(B) | 356.71º | 0.57% | 0.5% | - |
| XYZ | 10.84 | 7.46 | 4.87 | - |
| YUV | 76.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 58 | 0 | 0.57 | 0.54 | 0.50 | 356.71 | 0.4 | 0.35 |
| Hex | 7F | 36 | 3A | 0 | 39 | 36 | 32 | 165 | 28 | 23 |
| Octal | 177 | 66 | 72 | 0 | 71 | 66 | 62 | 545 | 50 | 43 |
| Binary | 1111111 | 110110 | 111010 | 0 | 111001 | 110110 | 110010 | 101100101 | 101000 | 100011 |
Color Harmonies of #7F363A
Complementary color
Monochromatic Colors of #7F363A
Black with #7F363A
Text Example
Text Example
White with #7F363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F363A; }
p { color: rgb(127,54,58); }
H1.HeaderClassName
{
color: #7F363A;
}
.AnyTagClassName
{
color: #7F363A;
}
</style>
background-color css
<style>
a { background-color: #7F363A; }
a { background-color: rgb(127,54,58); }
div.DivClassName
{
background-color: #7F363A;
}
.BgClassName
{
background-color: #7F363A;
}
</style>
border-color css
<style>
span { border-color: #7F363A; }
span { border-color: rgb(127,54,58); }
td.TdClassName
{
border-color: #7F363A;
}
.TagClassName
{
border-color: #7F363A;
}
</style>