Shades of Stiletto #7F383C
Tints of Stiletto #7F383C
RGB
CMYK
RGB Variations
Color information
#7F383C (or 0x7F383C) is known color: Stiletto. HEX triplet: 7F, 38 and 3C. RGB value is (127,56,60). Sum of RGB (Red+Green+Blue) = 127+56+60=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F383C is #80C7C3. Grayscale: #4D4D4D. Windows color (decimal): -8439748 or 3946623. OLE color: 3946623.
HSL color Cylindrical-coordinate representation of color #7F383C: hue angle of 356.62º 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 #7F383C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 60 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.50 |
| HSL | 356.62º | 0.39% | 0.36% | - |
| HSV(B) | 356.62º | 0.56% | 0.5% | - |
| XYZ | 10.98 | 7.67 | 5.18 | - |
| YUV | 77.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 60 | 0 | 0.56 | 0.53 | 0.50 | 356.62 | 0.39 | 0.36 |
| Hex | 7F | 38 | 3C | 0 | 38 | 35 | 32 | 165 | 27 | 24 |
| Octal | 177 | 70 | 74 | 0 | 70 | 65 | 62 | 545 | 47 | 44 |
| Binary | 1111111 | 111000 | 111100 | 0 | 111000 | 110101 | 110010 | 101100101 | 100111 | 100100 |
Color Harmonies of #7F383C
Complementary color
Monochromatic Colors of #7F383C
Black with #7F383C
Text Example
Text Example
White with #7F383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F383C; }
p { color: rgb(127,56,60); }
H1.HeaderClassName
{
color: #7F383C;
}
.AnyTagClassName
{
color: #7F383C;
}
</style>
background-color css
<style>
a { background-color: #7F383C; }
a { background-color: rgb(127,56,60); }
div.DivClassName
{
background-color: #7F383C;
}
.BgClassName
{
background-color: #7F383C;
}
</style>
border-color css
<style>
span { border-color: #7F383C; }
span { border-color: rgb(127,56,60); }
td.TdClassName
{
border-color: #7F383C;
}
.TagClassName
{
border-color: #7F383C;
}
</style>