Shades of Scorpion #77656C
Tints of Scorpion #77656C
RGB
CMYK
RGB Variations
Color information
#77656C (or 0x77656C) is known color: Scorpion. HEX triplet: 77, 65 and 6C. RGB value is (119,101,108). Sum of RGB (Red+Green+Blue) = 119+101+108=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656C is #889A93. Grayscale: #6B6B6B. Windows color (decimal): -8952468 or 7103863. OLE color: 7103863.
HSL color Cylindrical-coordinate representation of color #77656C: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77656C is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 101 | 108 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.53 |
| HSL | 336.67º | 0.08% | 0.43% | - |
| HSV(B) | 336.67º | 0.15% | 0.47% | - |
| XYZ | 14.97 | 14.31 | 16.16 | - |
| YUV | 107.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 108 | 0 | 0.15 | 0.09 | 0.53 | 336.67 | 0.08 | 0.43 |
| Hex | 77 | 65 | 6C | 0 | F | 9 | 35 | 151 | 8 | 2B |
| Octal | 167 | 145 | 154 | 0 | 17 | 11 | 65 | 521 | 10 | 53 |
| Binary | 1110111 | 1100101 | 1101100 | 0 | 1111 | 1001 | 110101 | 101010001 | 1000 | 101011 |
Color Harmonies of #77656C
Complementary color
Monochromatic Colors of #77656C
Black with #77656C
Text Example
Text Example
White with #77656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77656C; }
p { color: rgb(119,101,108); }
H1.HeaderClassName
{
color: #77656C;
}
.AnyTagClassName
{
color: #77656C;
}
</style>
background-color css
<style>
a { background-color: #77656C; }
a { background-color: rgb(119,101,108); }
div.DivClassName
{
background-color: #77656C;
}
.BgClassName
{
background-color: #77656C;
}
</style>
border-color css
<style>
span { border-color: #77656C; }
span { border-color: rgb(119,101,108); }
td.TdClassName
{
border-color: #77656C;
}
.TagClassName
{
border-color: #77656C;
}
</style>