Shades of Scorpion #77626A
Tints of Scorpion #77626A
RGB
CMYK
RGB Variations
Color information
#77626A (or 0x77626A) is known color: Scorpion. HEX triplet: 77, 62 and 6A. RGB value is (119,98,106). Sum of RGB (Red+Green+Blue) = 119+98+106=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #77626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77626A is #889D95. Grayscale: #696969. Windows color (decimal): -8953238 or 6972023. OLE color: 6972023.
HSL color Cylindrical-coordinate representation of color #77626A: hue angle of 337.14º 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 #77626A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 106 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.53 |
| HSL | 337.14º | 0.1% | 0.43% | - |
| HSV(B) | 337.14º | 0.18% | 0.47% | - |
| XYZ | 14.58 | 13.7 | 15.51 | - |
| YUV | 105.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 106 | 0 | 0.18 | 0.11 | 0.53 | 337.14 | 0.1 | 0.43 |
| Hex | 77 | 62 | 6A | 0 | 12 | B | 35 | 151 | A | 2B |
| Octal | 167 | 142 | 152 | 0 | 22 | 13 | 65 | 521 | 12 | 53 |
| Binary | 1110111 | 1100010 | 1101010 | 0 | 10010 | 1011 | 110101 | 101010001 | 1010 | 101011 |
Color Harmonies of #77626A
Complementary color
Monochromatic Colors of #77626A
Black with #77626A
Text Example
Text Example
White with #77626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77626A; }
p { color: rgb(119,98,106); }
H1.HeaderClassName
{
color: #77626A;
}
.AnyTagClassName
{
color: #77626A;
}
</style>
background-color css
<style>
a { background-color: #77626A; }
a { background-color: rgb(119,98,106); }
div.DivClassName
{
background-color: #77626A;
}
.BgClassName
{
background-color: #77626A;
}
</style>
border-color css
<style>
span { border-color: #77626A; }
span { border-color: rgb(119,98,106); }
td.TdClassName
{
border-color: #77626A;
}
.TagClassName
{
border-color: #77626A;
}
</style>