Shades of Stiletto #7C373A
Tints of Stiletto #7C373A
RGB
CMYK
RGB Variations
Color information
#7C373A (or 0x7C373A) is known color: Stiletto. HEX triplet: 7C, 37 and 3A. RGB value is (124,55,58). Sum of RGB (Red+Green+Blue) = 124+55+58=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373A is #83C8C5. Grayscale: #4C4C4C. Windows color (decimal): -8636614 or 3815292. OLE color: 3815292.
HSL color Cylindrical-coordinate representation of color #7C373A: hue angle of 357.39º 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 #7C373A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 58 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.51 |
| HSL | 357.39º | 0.39% | 0.35% | - |
| HSV(B) | 357.39º | 0.56% | 0.49% | - |
| XYZ | 10.44 | 7.32 | 4.87 | - |
| YUV | 75.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 58 | 0 | 0.56 | 0.53 | 0.51 | 357.39 | 0.39 | 0.35 |
| Hex | 7C | 37 | 3A | 0 | 38 | 35 | 33 | 165 | 27 | 23 |
| Octal | 174 | 67 | 72 | 0 | 70 | 65 | 63 | 545 | 47 | 43 |
| Binary | 1111100 | 110111 | 111010 | 0 | 111000 | 110101 | 110011 | 101100101 | 100111 | 100011 |
Color Harmonies of #7C373A
Complementary color
Monochromatic Colors of #7C373A
Black with #7C373A
Text Example
Text Example
White with #7C373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C373A; }
p { color: rgb(124,55,58); }
H1.HeaderClassName
{
color: #7C373A;
}
.AnyTagClassName
{
color: #7C373A;
}
</style>
background-color css
<style>
a { background-color: #7C373A; }
a { background-color: rgb(124,55,58); }
div.DivClassName
{
background-color: #7C373A;
}
.BgClassName
{
background-color: #7C373A;
}
</style>
border-color css
<style>
span { border-color: #7C373A; }
span { border-color: rgb(124,55,58); }
td.TdClassName
{
border-color: #7C373A;
}
.TagClassName
{
border-color: #7C373A;
}
</style>