Shades of Scorpion #77666B
Tints of Scorpion #77666B
RGB
CMYK
RGB Variations
Color information
#77666B (or 0x77666B) is known color: Scorpion. HEX triplet: 77, 66 and 6B. RGB value is (119,102,107). Sum of RGB (Red+Green+Blue) = 119+102+107=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666B is #889994. Grayscale: #6B6B6B. Windows color (decimal): -8952213 or 7038583. OLE color: 7038583.
HSL color Cylindrical-coordinate representation of color #77666B: hue angle of 342.35º 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 #77666B is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 107 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.53 |
| HSL | 342.35º | 0.08% | 0.43% | - |
| HSV(B) | 342.35º | 0.14% | 0.47% | - |
| XYZ | 15.01 | 14.49 | 15.91 | - |
| YUV | 107.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 107 | 0 | 0.14 | 0.10 | 0.53 | 342.35 | 0.08 | 0.43 |
| Hex | 77 | 66 | 6B | 0 | E | A | 35 | 156 | 8 | 2B |
| Octal | 167 | 146 | 153 | 0 | 16 | 12 | 65 | 526 | 10 | 53 |
| Binary | 1110111 | 1100110 | 1101011 | 0 | 1110 | 1010 | 110101 | 101010110 | 1000 | 101011 |
Color Harmonies of #77666B
Complementary color
Monochromatic Colors of #77666B
Black with #77666B
Text Example
Text Example
White with #77666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77666B; }
p { color: rgb(119,102,107); }
H1.HeaderClassName
{
color: #77666B;
}
.AnyTagClassName
{
color: #77666B;
}
</style>
background-color css
<style>
a { background-color: #77666B; }
a { background-color: rgb(119,102,107); }
div.DivClassName
{
background-color: #77666B;
}
.BgClassName
{
background-color: #77666B;
}
</style>
border-color css
<style>
span { border-color: #77666B; }
span { border-color: rgb(119,102,107); }
td.TdClassName
{
border-color: #77666B;
}
.TagClassName
{
border-color: #77666B;
}
</style>