Shades of Scorpion #7B5F6A
Tints of Scorpion #7B5F6A
RGB
CMYK
RGB Variations
Color information
#7B5F6A (or 0x7B5F6A) is known color: Scorpion. HEX triplet: 7B, 5F and 6A. RGB value is (123,95,106). Sum of RGB (Red+Green+Blue) = 123+95+106=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F6A is #84A095. Grayscale: #686868. Windows color (decimal): -8691862 or 6971259. OLE color: 6971259.
HSL color Cylindrical-coordinate representation of color #7B5F6A: hue angle of 336.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B5F6A is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 106 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.52 |
| HSL | 336.43º | 0.13% | 0.43% | - |
| HSV(B) | 336.43º | 0.23% | 0.48% | - |
| XYZ | 14.86 | 13.44 | 15.45 | - |
| YUV | 104.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 106 | 0 | 0.23 | 0.14 | 0.52 | 336.43 | 0.13 | 0.43 |
| Hex | 7B | 5F | 6A | 0 | 17 | E | 34 | 150 | D | 2B |
| Octal | 173 | 137 | 152 | 0 | 27 | 16 | 64 | 520 | 15 | 53 |
| Binary | 1111011 | 1011111 | 1101010 | 0 | 10111 | 1110 | 110100 | 101010000 | 1101 | 101011 |
Color Harmonies of #7B5F6A
Complementary color
Monochromatic Colors of #7B5F6A
Black with #7B5F6A
Text Example
Text Example
White with #7B5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F6A; }
p { color: rgb(123,95,106); }
H1.HeaderClassName
{
color: #7B5F6A;
}
.AnyTagClassName
{
color: #7B5F6A;
}
</style>
background-color css
<style>
a { background-color: #7B5F6A; }
a { background-color: rgb(123,95,106); }
div.DivClassName
{
background-color: #7B5F6A;
}
.BgClassName
{
background-color: #7B5F6A;
}
</style>
border-color css
<style>
span { border-color: #7B5F6A; }
span { border-color: rgb(123,95,106); }
td.TdClassName
{
border-color: #7B5F6A;
}
.TagClassName
{
border-color: #7B5F6A;
}
</style>