Shades of Scorpion #77616A
Tints of Scorpion #77616A
RGB
CMYK
RGB Variations
Color information
#77616A (or 0x77616A) is known color: Scorpion. HEX triplet: 77, 61 and 6A. RGB value is (119,97,106). Sum of RGB (Red+Green+Blue) = 119+97+106=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616A is #889E95. Grayscale: #686868. Windows color (decimal): -8953494 or 6971767. OLE color: 6971767.
HSL color Cylindrical-coordinate representation of color #77616A: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77616A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 106 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.53 |
| HSL | 335.45º | 0.1% | 0.42% | - |
| HSV(B) | 335.45º | 0.18% | 0.47% | - |
| XYZ | 14.48 | 13.51 | 15.48 | - |
| YUV | 104.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 106 | 0 | 0.18 | 0.11 | 0.53 | 335.45 | 0.1 | 0.42 |
| Hex | 77 | 61 | 6A | 0 | 12 | B | 35 | 14F | A | 2A |
| Octal | 167 | 141 | 152 | 0 | 22 | 13 | 65 | 517 | 12 | 52 |
| Binary | 1110111 | 1100001 | 1101010 | 0 | 10010 | 1011 | 110101 | 101001111 | 1010 | 101010 |
Color Harmonies of #77616A
Complementary color
Monochromatic Colors of #77616A
Black with #77616A
Text Example
Text Example
White with #77616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77616A; }
p { color: rgb(119,97,106); }
H1.HeaderClassName
{
color: #77616A;
}
.AnyTagClassName
{
color: #77616A;
}
</style>
background-color css
<style>
a { background-color: #77616A; }
a { background-color: rgb(119,97,106); }
div.DivClassName
{
background-color: #77616A;
}
.BgClassName
{
background-color: #77616A;
}
</style>
border-color css
<style>
span { border-color: #77616A; }
span { border-color: rgb(119,97,106); }
td.TdClassName
{
border-color: #77616A;
}
.TagClassName
{
border-color: #77616A;
}
</style>