Shades of Scorpion #7B606A
Tints of Scorpion #7B606A
RGB
CMYK
RGB Variations
Color information
#7B606A (or 0x7B606A) is known color: Scorpion. HEX triplet: 7B, 60 and 6A. RGB value is (123,96,106). Sum of RGB (Red+Green+Blue) = 123+96+106=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B606A is #849F95. Grayscale: #696969. Windows color (decimal): -8691606 or 6971515. OLE color: 6971515.
HSL color Cylindrical-coordinate representation of color #7B606A: hue angle of 337.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B606A is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 106 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.52 |
| HSL | 337.78º | 0.12% | 0.43% | - |
| HSV(B) | 337.78º | 0.22% | 0.48% | - |
| XYZ | 14.95 | 13.62 | 15.48 | - |
| YUV | 105.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 106 | 0 | 0.22 | 0.14 | 0.52 | 337.78 | 0.12 | 0.43 |
| Hex | 7B | 60 | 6A | 0 | 16 | E | 34 | 152 | C | 2B |
| Octal | 173 | 140 | 152 | 0 | 26 | 16 | 64 | 522 | 14 | 53 |
| Binary | 1111011 | 1100000 | 1101010 | 0 | 10110 | 1110 | 110100 | 101010010 | 1100 | 101011 |
Color Harmonies of #7B606A
Complementary color
Monochromatic Colors of #7B606A
Black with #7B606A
Text Example
Text Example
White with #7B606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B606A; }
p { color: rgb(123,96,106); }
H1.HeaderClassName
{
color: #7B606A;
}
.AnyTagClassName
{
color: #7B606A;
}
</style>
background-color css
<style>
a { background-color: #7B606A; }
a { background-color: rgb(123,96,106); }
div.DivClassName
{
background-color: #7B606A;
}
.BgClassName
{
background-color: #7B606A;
}
</style>
border-color css
<style>
span { border-color: #7B606A; }
span { border-color: rgb(123,96,106); }
td.TdClassName
{
border-color: #7B606A;
}
.TagClassName
{
border-color: #7B606A;
}
</style>