Shades of Scorpion #7B5E66
Tints of Scorpion #7B5E66
RGB
CMYK
RGB Variations
Color information
#7B5E66 (or 0x7B5E66) is known color: Scorpion. HEX triplet: 7B, 5E and 66. RGB value is (123,94,102). Sum of RGB (Red+Green+Blue) = 123+94+102=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5E66 is #84A199. Grayscale: #676767. Windows color (decimal): -8692122 or 6708859. OLE color: 6708859.
HSL color Cylindrical-coordinate representation of color #7B5E66: hue angle of 343.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5E66 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 94 | 102 | - |
CMYK | 0 | 0.24 | 0.17 | 0.52 |
HSL | 343.45º | 0.13% | 0.43% | - |
HSV(B) | 343.45º | 0.24% | 0.48% | - |
XYZ | 14.57 | 13.18 | 14.35 | - |
YUV | 103.58 | 127.11 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 94 | 102 | 0 | 0.24 | 0.17 | 0.52 | 343.45 | 0.13 | 0.43 |
Hex | 7B | 5E | 66 | 0 | 18 | 11 | 34 | 157 | D | 2B |
Octal | 173 | 136 | 146 | 0 | 30 | 21 | 64 | 527 | 15 | 53 |
Binary | 1111011 | 1011110 | 1100110 | 0 | 11000 | 10001 | 110100 | 101010111 | 1101 | 101011 |
Color Harmonies of #7B5E66
Complementary color
Monochromatic Colors of #7B5E66
Black with #7B5E66
Text Example
Text Example
White with #7B5E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5E66; }
p { color: rgb(123,94,102); }
H1.HeaderClassName
{
color: #7B5E66;
}
.AnyTagClassName
{
color: #7B5E66;
}
</style>
background-color css
<style>
a { background-color: #7B5E66; }
a { background-color: rgb(123,94,102); }
div.DivClassName
{
background-color: #7B5E66;
}
.BgClassName
{
background-color: #7B5E66;
}
</style>
border-color css
<style>
span { border-color: #7B5E66; }
span { border-color: rgb(123,94,102); }
td.TdClassName
{
border-color: #7B5E66;
}
.TagClassName
{
border-color: #7B5E66;
}
</style>