Shades of Stiletto #7F363D
Tints of Stiletto #7F363D
RGB
CMYK
RGB Variations
Color information
#7F363D (or 0x7F363D) is known color: Stiletto. HEX triplet: 7F, 36 and 3D. RGB value is (127,54,61). Sum of RGB (Red+Green+Blue) = 127+54+61=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F363D is #80C9C2. Grayscale: #4C4C4C. Windows color (decimal): -8440259 or 4011647. OLE color: 4011647.
HSL color Cylindrical-coordinate representation of color #7F363D: hue angle of 354.25º 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 #7F363D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 61 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.50 |
| HSL | 354.25º | 0.4% | 0.35% | - |
| HSV(B) | 354.25º | 0.57% | 0.5% | - |
| XYZ | 10.91 | 7.49 | 5.28 | - |
| YUV | 76.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 61 | 0 | 0.57 | 0.52 | 0.50 | 354.25 | 0.4 | 0.35 |
| Hex | 7F | 36 | 3D | 0 | 39 | 34 | 32 | 162 | 28 | 23 |
| Octal | 177 | 66 | 75 | 0 | 71 | 64 | 62 | 542 | 50 | 43 |
| Binary | 1111111 | 110110 | 111101 | 0 | 111001 | 110100 | 110010 | 101100010 | 101000 | 100011 |
Color Harmonies of #7F363D
Complementary color
Monochromatic Colors of #7F363D
Black with #7F363D
Text Example
Text Example
White with #7F363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F363D; }
p { color: rgb(127,54,61); }
H1.HeaderClassName
{
color: #7F363D;
}
.AnyTagClassName
{
color: #7F363D;
}
</style>
background-color css
<style>
a { background-color: #7F363D; }
a { background-color: rgb(127,54,61); }
div.DivClassName
{
background-color: #7F363D;
}
.BgClassName
{
background-color: #7F363D;
}
</style>
border-color css
<style>
span { border-color: #7F363D; }
span { border-color: rgb(127,54,61); }
td.TdClassName
{
border-color: #7F363D;
}
.TagClassName
{
border-color: #7F363D;
}
</style>