Shades of Scorpion #77626E
Tints of Scorpion #77626E
RGB
CMYK
RGB Variations
Color information
#77626E (or 0x77626E) is known color: Scorpion. HEX triplet: 77, 62 and 6E. RGB value is (119,98,110). Sum of RGB (Red+Green+Blue) = 119+98+110=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77626E is #889D91. Grayscale: #696969. Windows color (decimal): -8953234 or 7234167. OLE color: 7234167.
HSL color Cylindrical-coordinate representation of color #77626E: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77626E is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 110 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.53 |
| HSL | 325.71º | 0.1% | 0.43% | - |
| HSV(B) | 325.71º | 0.18% | 0.47% | - |
| XYZ | 14.79 | 13.78 | 16.63 | - |
| YUV | 105.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 110 | 0 | 0.18 | 0.08 | 0.53 | 325.71 | 0.1 | 0.43 |
| Hex | 77 | 62 | 6E | 0 | 12 | 8 | 35 | 146 | A | 2B |
| Octal | 167 | 142 | 156 | 0 | 22 | 10 | 65 | 506 | 12 | 53 |
| Binary | 1110111 | 1100010 | 1101110 | 0 | 10010 | 1000 | 110101 | 101000110 | 1010 | 101011 |
Color Harmonies of #77626E
Complementary color
Monochromatic Colors of #77626E
Black with #77626E
Text Example
Text Example
White with #77626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77626E; }
p { color: rgb(119,98,110); }
H1.HeaderClassName
{
color: #77626E;
}
.AnyTagClassName
{
color: #77626E;
}
</style>
background-color css
<style>
a { background-color: #77626E; }
a { background-color: rgb(119,98,110); }
div.DivClassName
{
background-color: #77626E;
}
.BgClassName
{
background-color: #77626E;
}
</style>
border-color css
<style>
span { border-color: #77626E; }
span { border-color: rgb(119,98,110); }
td.TdClassName
{
border-color: #77626E;
}
.TagClassName
{
border-color: #77626E;
}
</style>