Shades of Stiletto #7B3D3E
Tints of Stiletto #7B3D3E
RGB
CMYK
RGB Variations
Color information
#7B3D3E (or 0x7B3D3E) is known color: Stiletto. HEX triplet: 7B, 3D and 3E. RGB value is (123,61,62). Sum of RGB (Red+Green+Blue) = 123+61+62=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3D3E is #84C2C1. Grayscale: #4F4F4F. Windows color (decimal): -8700610 or 4078971. OLE color: 4078971.
HSL color Cylindrical-coordinate representation of color #7B3D3E: hue angle of 359.03º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3D3E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 61 | 62 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.52 |
| HSL | 359.03º | 0.34% | 0.36% | - |
| HSV(B) | 359.03º | 0.5% | 0.48% | - |
| XYZ | 10.71 | 7.9 | 5.52 | - |
| YUV | 79.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 62 | 0 | 0.50 | 0.50 | 0.52 | 359.03 | 0.34 | 0.36 |
| Hex | 7B | 3D | 3E | 0 | 32 | 32 | 34 | 167 | 22 | 24 |
| Octal | 173 | 75 | 76 | 0 | 62 | 62 | 64 | 547 | 42 | 44 |
| Binary | 1111011 | 111101 | 111110 | 0 | 110010 | 110010 | 110100 | 101100111 | 100010 | 100100 |
Color Harmonies of #7B3D3E
Complementary color
Monochromatic Colors of #7B3D3E
Black with #7B3D3E
Text Example
Text Example
White with #7B3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3D3E; }
p { color: rgb(123,61,62); }
H1.HeaderClassName
{
color: #7B3D3E;
}
.AnyTagClassName
{
color: #7B3D3E;
}
</style>
background-color css
<style>
a { background-color: #7B3D3E; }
a { background-color: rgb(123,61,62); }
div.DivClassName
{
background-color: #7B3D3E;
}
.BgClassName
{
background-color: #7B3D3E;
}
</style>
border-color css
<style>
span { border-color: #7B3D3E; }
span { border-color: rgb(123,61,62); }
td.TdClassName
{
border-color: #7B3D3E;
}
.TagClassName
{
border-color: #7B3D3E;
}
</style>