Shades of Stiletto #7A393A
Tints of Stiletto #7A393A
RGB
CMYK
RGB Variations
Color information
#7A393A (or 0x7A393A) is known color: Stiletto. HEX triplet: 7A, 39 and 3A. RGB value is (122,57,58). Sum of RGB (Red+Green+Blue) = 122+57+58=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A393A is #85C6C5. Grayscale: #4C4C4C. Windows color (decimal): -8767174 or 3815802. OLE color: 3815802.
HSL color Cylindrical-coordinate representation of color #7A393A: hue angle of 359.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A393A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 58 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.52 |
| HSL | 359.08º | 0.36% | 0.35% | - |
| HSV(B) | 359.08º | 0.53% | 0.48% | - |
| XYZ | 10.25 | 7.37 | 4.89 | - |
| YUV | 76.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 58 | 0 | 0.53 | 0.52 | 0.52 | 359.08 | 0.36 | 0.35 |
| Hex | 7A | 39 | 3A | 0 | 35 | 34 | 34 | 167 | 24 | 23 |
| Octal | 172 | 71 | 72 | 0 | 65 | 64 | 64 | 547 | 44 | 43 |
| Binary | 1111010 | 111001 | 111010 | 0 | 110101 | 110100 | 110100 | 101100111 | 100100 | 100011 |
Color Harmonies of #7A393A
Complementary color
Monochromatic Colors of #7A393A
Black with #7A393A
Text Example
Text Example
White with #7A393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A393A; }
p { color: rgb(122,57,58); }
H1.HeaderClassName
{
color: #7A393A;
}
.AnyTagClassName
{
color: #7A393A;
}
</style>
background-color css
<style>
a { background-color: #7A393A; }
a { background-color: rgb(122,57,58); }
div.DivClassName
{
background-color: #7A393A;
}
.BgClassName
{
background-color: #7A393A;
}
</style>
border-color css
<style>
span { border-color: #7A393A; }
span { border-color: rgb(122,57,58); }
td.TdClassName
{
border-color: #7A393A;
}
.TagClassName
{
border-color: #7A393A;
}
</style>