Shades of Scorpion #7B5D64
Tints of Scorpion #7B5D64
RGB
CMYK
RGB Variations
Color information
#7B5D64 (or 0x7B5D64) is known color: Scorpion. HEX triplet: 7B, 5D and 64. RGB value is (123,93,100). Sum of RGB (Red+Green+Blue) = 123+93+100=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D64 is #84A29B. Grayscale: #666666. Windows color (decimal): -8692380 or 6577531. OLE color: 6577531.
HSL color Cylindrical-coordinate representation of color #7B5D64: hue angle of 346º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D64 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 100 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.52 |
| HSL | 346º | 0.14% | 0.42% | - |
| HSV(B) | 346º | 0.24% | 0.48% | - |
| XYZ | 14.38 | 12.96 | 13.8 | - |
| YUV | 102.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 100 | 0 | 0.24 | 0.19 | 0.52 | 346 | 0.14 | 0.42 |
| Hex | 7B | 5D | 64 | 0 | 18 | 13 | 34 | 15A | E | 2A |
| Octal | 173 | 135 | 144 | 0 | 30 | 23 | 64 | 532 | 16 | 52 |
| Binary | 1111011 | 1011101 | 1100100 | 0 | 11000 | 10011 | 110100 | 101011010 | 1110 | 101010 |
Color Harmonies of #7B5D64
Complementary color
Monochromatic Colors of #7B5D64
Black with #7B5D64
Text Example
Text Example
White with #7B5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D64; }
p { color: rgb(123,93,100); }
H1.HeaderClassName
{
color: #7B5D64;
}
.AnyTagClassName
{
color: #7B5D64;
}
</style>
background-color css
<style>
a { background-color: #7B5D64; }
a { background-color: rgb(123,93,100); }
div.DivClassName
{
background-color: #7B5D64;
}
.BgClassName
{
background-color: #7B5D64;
}
</style>
border-color css
<style>
span { border-color: #7B5D64; }
span { border-color: rgb(123,93,100); }
td.TdClassName
{
border-color: #7B5D64;
}
.TagClassName
{
border-color: #7B5D64;
}
</style>