Shades of Stiletto #7B3C3E
Tints of Stiletto #7B3C3E
RGB
CMYK
RGB Variations
Color information
#7B3C3E (or 0x7B3C3E) is known color: Stiletto. HEX triplet: 7B, 3C and 3E. RGB value is (123,60,62). Sum of RGB (Red+Green+Blue) = 123+60+62=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C3E is #84C3C1. Grayscale: #4F4F4F. Windows color (decimal): -8700866 or 4078715. OLE color: 4078715.
HSL color Cylindrical-coordinate representation of color #7B3C3E: hue angle of 358.1º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B3C3E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 62 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.52 |
| HSL | 358.1º | 0.34% | 0.36% | - |
| HSV(B) | 358.1º | 0.51% | 0.48% | - |
| XYZ | 10.65 | 7.79 | 5.5 | - |
| YUV | 79.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 62 | 0 | 0.51 | 0.50 | 0.52 | 358.1 | 0.34 | 0.36 |
| Hex | 7B | 3C | 3E | 0 | 33 | 32 | 34 | 166 | 22 | 24 |
| Octal | 173 | 74 | 76 | 0 | 63 | 62 | 64 | 546 | 42 | 44 |
| Binary | 1111011 | 111100 | 111110 | 0 | 110011 | 110010 | 110100 | 101100110 | 100010 | 100100 |
Color Harmonies of #7B3C3E
Complementary color
Monochromatic Colors of #7B3C3E
Black with #7B3C3E
Text Example
Text Example
White with #7B3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C3E; }
p { color: rgb(123,60,62); }
H1.HeaderClassName
{
color: #7B3C3E;
}
.AnyTagClassName
{
color: #7B3C3E;
}
</style>
background-color css
<style>
a { background-color: #7B3C3E; }
a { background-color: rgb(123,60,62); }
div.DivClassName
{
background-color: #7B3C3E;
}
.BgClassName
{
background-color: #7B3C3E;
}
</style>
border-color css
<style>
span { border-color: #7B3C3E; }
span { border-color: rgb(123,60,62); }
td.TdClassName
{
border-color: #7B3C3E;
}
.TagClassName
{
border-color: #7B3C3E;
}
</style>