Shades of Stiletto #7C3B3E
Tints of Stiletto #7C3B3E
RGB
CMYK
RGB Variations
Color information
#7C3B3E (or 0x7C3B3E) is known color: Stiletto. HEX triplet: 7C, 3B and 3E. RGB value is (124,59,62). Sum of RGB (Red+Green+Blue) = 124+59+62=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B3E is #83C4C1. Grayscale: #4E4E4E. Windows color (decimal): -8635586 or 4078460. OLE color: 4078460.
HSL color Cylindrical-coordinate representation of color #7C3B3E: hue angle of 357.23º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B3E is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 62 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.51 |
| HSL | 357.23º | 0.36% | 0.36% | - |
| HSV(B) | 357.23º | 0.52% | 0.49% | - |
| XYZ | 10.75 | 7.76 | 5.49 | - |
| YUV | 78.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 62 | 0 | 0.52 | 0.5 | 0.51 | 357.23 | 0.36 | 0.36 |
| Hex | 7C | 3B | 3E | 0 | 34 | 32 | 33 | 165 | 24 | 24 |
| Octal | 174 | 73 | 76 | 0 | 64 | 62 | 63 | 545 | 44 | 44 |
| Binary | 1111100 | 111011 | 111110 | 0 | 110100 | 110010 | 110011 | 101100101 | 100100 | 100100 |
Color Harmonies of #7C3B3E
Complementary color
Monochromatic Colors of #7C3B3E
Black with #7C3B3E
Text Example
Text Example
White with #7C3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B3E; }
p { color: rgb(124,59,62); }
H1.HeaderClassName
{
color: #7C3B3E;
}
.AnyTagClassName
{
color: #7C3B3E;
}
</style>
background-color css
<style>
a { background-color: #7C3B3E; }
a { background-color: rgb(124,59,62); }
div.DivClassName
{
background-color: #7C3B3E;
}
.BgClassName
{
background-color: #7C3B3E;
}
</style>
border-color css
<style>
span { border-color: #7C3B3E; }
span { border-color: rgb(124,59,62); }
td.TdClassName
{
border-color: #7C3B3E;
}
.TagClassName
{
border-color: #7C3B3E;
}
</style>