Shades of Stiletto #7F363B
Tints of Stiletto #7F363B
RGB
CMYK
RGB Variations
Color information
#7F363B (or 0x7F363B) is known color: Stiletto. HEX triplet: 7F, 36 and 3B. RGB value is (127,54,59). Sum of RGB (Red+Green+Blue) = 127+54+59=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F363B is #80C9C4. Grayscale: #4C4C4C. Windows color (decimal): -8440261 or 3880575. OLE color: 3880575.
HSL color Cylindrical-coordinate representation of color #7F363B: hue angle of 355.89º 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 #7F363B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 59 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.50 |
| HSL | 355.89º | 0.4% | 0.35% | - |
| HSV(B) | 355.89º | 0.57% | 0.5% | - |
| XYZ | 10.86 | 7.47 | 5.01 | - |
| YUV | 76.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 59 | 0 | 0.57 | 0.54 | 0.50 | 355.89 | 0.4 | 0.35 |
| Hex | 7F | 36 | 3B | 0 | 39 | 36 | 32 | 164 | 28 | 23 |
| Octal | 177 | 66 | 73 | 0 | 71 | 66 | 62 | 544 | 50 | 43 |
| Binary | 1111111 | 110110 | 111011 | 0 | 111001 | 110110 | 110010 | 101100100 | 101000 | 100011 |
Color Harmonies of #7F363B
Complementary color
Monochromatic Colors of #7F363B
Black with #7F363B
Text Example
Text Example
White with #7F363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F363B; }
p { color: rgb(127,54,59); }
H1.HeaderClassName
{
color: #7F363B;
}
.AnyTagClassName
{
color: #7F363B;
}
</style>
background-color css
<style>
a { background-color: #7F363B; }
a { background-color: rgb(127,54,59); }
div.DivClassName
{
background-color: #7F363B;
}
.BgClassName
{
background-color: #7F363B;
}
</style>
border-color css
<style>
span { border-color: #7F363B; }
span { border-color: rgb(127,54,59); }
td.TdClassName
{
border-color: #7F363B;
}
.TagClassName
{
border-color: #7F363B;
}
</style>