Shades of Stiletto #7C3A3F
Tints of Stiletto #7C3A3F
RGB
CMYK
RGB Variations
Color information
#7C3A3F (or 0x7C3A3F) is known color: Stiletto. HEX triplet: 7C, 3A and 3F. RGB value is (124,58,63). Sum of RGB (Red+Green+Blue) = 124+58+63=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A3F is #83C5C0. Grayscale: #4E4E4E. Windows color (decimal): -8635841 or 4143740. OLE color: 4143740.
HSL color Cylindrical-coordinate representation of color #7C3A3F: hue angle of 355.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A3F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 63 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.51 |
| HSL | 355.45º | 0.36% | 0.36% | - |
| HSV(B) | 355.45º | 0.53% | 0.49% | - |
| XYZ | 10.72 | 7.67 | 5.62 | - |
| YUV | 78.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 63 | 0 | 0.53 | 0.49 | 0.51 | 355.45 | 0.36 | 0.36 |
| Hex | 7C | 3A | 3F | 0 | 35 | 31 | 33 | 163 | 24 | 24 |
| Octal | 174 | 72 | 77 | 0 | 65 | 61 | 63 | 543 | 44 | 44 |
| Binary | 1111100 | 111010 | 111111 | 0 | 110101 | 110001 | 110011 | 101100011 | 100100 | 100100 |
Color Harmonies of #7C3A3F
Complementary color
Monochromatic Colors of #7C3A3F
Black with #7C3A3F
Text Example
Text Example
White with #7C3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A3F; }
p { color: rgb(124,58,63); }
H1.HeaderClassName
{
color: #7C3A3F;
}
.AnyTagClassName
{
color: #7C3A3F;
}
</style>
background-color css
<style>
a { background-color: #7C3A3F; }
a { background-color: rgb(124,58,63); }
div.DivClassName
{
background-color: #7C3A3F;
}
.BgClassName
{
background-color: #7C3A3F;
}
</style>
border-color css
<style>
span { border-color: #7C3A3F; }
span { border-color: rgb(124,58,63); }
td.TdClassName
{
border-color: #7C3A3F;
}
.TagClassName
{
border-color: #7C3A3F;
}
</style>