Shades of Scorpion #77686F
Tints of Scorpion #77686F
RGB
CMYK
RGB Variations
Color information
#77686F (or 0x77686F) is known color: Scorpion. HEX triplet: 77, 68 and 6F. RGB value is (119,104,111). Sum of RGB (Red+Green+Blue) = 119+104+111=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #77686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686F is #889790. Grayscale: #6D6D6D. Windows color (decimal): -8951697 or 7301239. OLE color: 7301239.
HSL color Cylindrical-coordinate representation of color #77686F: hue angle of 332º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77686F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 111 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.53 |
| HSL | 332º | 0.07% | 0.44% | - |
| HSV(B) | 332º | 0.13% | 0.47% | - |
| XYZ | 15.43 | 14.97 | 17.12 | - |
| YUV | 109.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 111 | 0 | 0.13 | 0.07 | 0.53 | 332 | 0.07 | 0.44 |
| Hex | 77 | 68 | 6F | 0 | D | 7 | 35 | 14C | 7 | 2C |
| Octal | 167 | 150 | 157 | 0 | 15 | 7 | 65 | 514 | 7 | 54 |
| Binary | 1110111 | 1101000 | 1101111 | 0 | 1101 | 111 | 110101 | 101001100 | 111 | 101100 |
Color Harmonies of #77686F
Complementary color
Monochromatic Colors of #77686F
Black with #77686F
Text Example
Text Example
White with #77686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77686F; }
p { color: rgb(119,104,111); }
H1.HeaderClassName
{
color: #77686F;
}
.AnyTagClassName
{
color: #77686F;
}
</style>
background-color css
<style>
a { background-color: #77686F; }
a { background-color: rgb(119,104,111); }
div.DivClassName
{
background-color: #77686F;
}
.BgClassName
{
background-color: #77686F;
}
</style>
border-color css
<style>
span { border-color: #77686F; }
span { border-color: rgb(119,104,111); }
td.TdClassName
{
border-color: #77686F;
}
.TagClassName
{
border-color: #77686F;
}
</style>