Shades of Stiletto #7F383D
Tints of Stiletto #7F383D
RGB
CMYK
RGB Variations
Color information
#7F383D (or 0x7F383D) is known color: Stiletto. HEX triplet: 7F, 38 and 3D. RGB value is (127,56,61). Sum of RGB (Red+Green+Blue) = 127+56+61=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F383D is #80C7C2. Grayscale: #4D4D4D. Windows color (decimal): -8439747 or 4012159. OLE color: 4012159.
HSL color Cylindrical-coordinate representation of color #7F383D: hue angle of 355.77º 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 #7F383D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 61 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.50 |
| HSL | 355.77º | 0.39% | 0.36% | - |
| HSV(B) | 355.77º | 0.56% | 0.5% | - |
| XYZ | 11.01 | 7.68 | 5.32 | - |
| YUV | 77.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 61 | 0 | 0.56 | 0.52 | 0.50 | 355.77 | 0.39 | 0.36 |
| Hex | 7F | 38 | 3D | 0 | 38 | 34 | 32 | 164 | 27 | 24 |
| Octal | 177 | 70 | 75 | 0 | 70 | 64 | 62 | 544 | 47 | 44 |
| Binary | 1111111 | 111000 | 111101 | 0 | 111000 | 110100 | 110010 | 101100100 | 100111 | 100100 |
Color Harmonies of #7F383D
Complementary color
Monochromatic Colors of #7F383D
Black with #7F383D
Text Example
Text Example
White with #7F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F383D; }
p { color: rgb(127,56,61); }
H1.HeaderClassName
{
color: #7F383D;
}
.AnyTagClassName
{
color: #7F383D;
}
</style>
background-color css
<style>
a { background-color: #7F383D; }
a { background-color: rgb(127,56,61); }
div.DivClassName
{
background-color: #7F383D;
}
.BgClassName
{
background-color: #7F383D;
}
</style>
border-color css
<style>
span { border-color: #7F383D; }
span { border-color: rgb(127,56,61); }
td.TdClassName
{
border-color: #7F383D;
}
.TagClassName
{
border-color: #7F383D;
}
</style>