Shades of Stiletto #7D3739
Tints of Stiletto #7D3739
RGB
CMYK
RGB Variations
Color information
#7D3739 (or 0x7D3739) is known color: Stiletto. HEX triplet: 7D, 37 and 39. RGB value is (125,55,57). Sum of RGB (Red+Green+Blue) = 125+55+57=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3739 is #82C8C6. Grayscale: #4C4C4C. Windows color (decimal): -8571079 or 3749757. OLE color: 3749757.
HSL color Cylindrical-coordinate representation of color #7D3739: hue angle of 358.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3739 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 57 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.51 |
| HSL | 358.29º | 0.39% | 0.35% | - |
| HSV(B) | 358.29º | 0.56% | 0.49% | - |
| XYZ | 10.56 | 7.39 | 4.74 | - |
| YUV | 76.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 57 | 0 | 0.56 | 0.54 | 0.51 | 358.29 | 0.39 | 0.35 |
| Hex | 7D | 37 | 39 | 0 | 38 | 36 | 33 | 166 | 27 | 23 |
| Octal | 175 | 67 | 71 | 0 | 70 | 66 | 63 | 546 | 47 | 43 |
| Binary | 1111101 | 110111 | 111001 | 0 | 111000 | 110110 | 110011 | 101100110 | 100111 | 100011 |
Color Harmonies of #7D3739
Complementary color
Monochromatic Colors of #7D3739
Black with #7D3739
Text Example
Text Example
White with #7D3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3739; }
p { color: rgb(125,55,57); }
H1.HeaderClassName
{
color: #7D3739;
}
.AnyTagClassName
{
color: #7D3739;
}
</style>
background-color css
<style>
a { background-color: #7D3739; }
a { background-color: rgb(125,55,57); }
div.DivClassName
{
background-color: #7D3739;
}
.BgClassName
{
background-color: #7D3739;
}
</style>
border-color css
<style>
span { border-color: #7D3739; }
span { border-color: rgb(125,55,57); }
td.TdClassName
{
border-color: #7D3739;
}
.TagClassName
{
border-color: #7D3739;
}
</style>