Shades of Scorpion #776B71
Tints of Scorpion #776B71
RGB
CMYK
RGB Variations
Color information
#776B71 (or 0x776B71) is known color: Scorpion. HEX triplet: 77, 6B and 71. RGB value is (119,107,113). Sum of RGB (Red+Green+Blue) = 119+107+113=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B71 is #88948E. Grayscale: #6F6F6F. Windows color (decimal): -8950927 or 7433079. OLE color: 7433079.
HSL color Cylindrical-coordinate representation of color #776B71: hue angle of 330º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B71 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 113 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.53 |
| HSL | 330º | 0.05% | 0.44% | - |
| HSV(B) | 330º | 0.1% | 0.47% | - |
| XYZ | 15.85 | 15.63 | 17.8 | - |
| YUV | 111.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 113 | 0 | 0.10 | 0.05 | 0.53 | 330 | 0.05 | 0.44 |
| Hex | 77 | 6B | 71 | 0 | A | 5 | 35 | 14A | 5 | 2C |
| Octal | 167 | 153 | 161 | 0 | 12 | 5 | 65 | 512 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1110001 | 0 | 1010 | 101 | 110101 | 101001010 | 101 | 101100 |
Color Harmonies of #776B71
Complementary color
Monochromatic Colors of #776B71
Black with #776B71
Text Example
Text Example
White with #776B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B71; }
p { color: rgb(119,107,113); }
H1.HeaderClassName
{
color: #776B71;
}
.AnyTagClassName
{
color: #776B71;
}
</style>
background-color css
<style>
a { background-color: #776B71; }
a { background-color: rgb(119,107,113); }
div.DivClassName
{
background-color: #776B71;
}
.BgClassName
{
background-color: #776B71;
}
</style>
border-color css
<style>
span { border-color: #776B71; }
span { border-color: rgb(119,107,113); }
td.TdClassName
{
border-color: #776B71;
}
.TagClassName
{
border-color: #776B71;
}
</style>