Shades of Scorpion #77666D
Tints of Scorpion #77666D
RGB
CMYK
RGB Variations
Color information
#77666D (or 0x77666D) is known color: Scorpion. HEX triplet: 77, 66 and 6D. RGB value is (119,102,109). Sum of RGB (Red+Green+Blue) = 119+102+109=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666D is #889992. Grayscale: #6B6B6B. Windows color (decimal): -8952211 or 7169655. OLE color: 7169655.
HSL color Cylindrical-coordinate representation of color #77666D: hue angle of 335.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77666D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 109 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.53 |
| HSL | 335.29º | 0.08% | 0.43% | - |
| HSV(B) | 335.29º | 0.14% | 0.47% | - |
| XYZ | 15.12 | 14.53 | 16.48 | - |
| YUV | 107.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 109 | 0 | 0.14 | 0.08 | 0.53 | 335.29 | 0.08 | 0.43 |
| Hex | 77 | 66 | 6D | 0 | E | 8 | 35 | 14F | 8 | 2B |
| Octal | 167 | 146 | 155 | 0 | 16 | 10 | 65 | 517 | 10 | 53 |
| Binary | 1110111 | 1100110 | 1101101 | 0 | 1110 | 1000 | 110101 | 101001111 | 1000 | 101011 |
Color Harmonies of #77666D
Complementary color
Monochromatic Colors of #77666D
Black with #77666D
Text Example
Text Example
White with #77666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77666D; }
p { color: rgb(119,102,109); }
H1.HeaderClassName
{
color: #77666D;
}
.AnyTagClassName
{
color: #77666D;
}
</style>
background-color css
<style>
a { background-color: #77666D; }
a { background-color: rgb(119,102,109); }
div.DivClassName
{
background-color: #77666D;
}
.BgClassName
{
background-color: #77666D;
}
</style>
border-color css
<style>
span { border-color: #77666D; }
span { border-color: rgb(119,102,109); }
td.TdClassName
{
border-color: #77666D;
}
.TagClassName
{
border-color: #77666D;
}
</style>