Shades of Scorpion #776B70
Tints of Scorpion #776B70
RGB
CMYK
RGB Variations
Color information
#776B70 (or 0x776B70) is known color: Scorpion. HEX triplet: 77, 6B and 70. RGB value is (119,107,112). Sum of RGB (Red+Green+Blue) = 119+107+112=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B70 is #88948F. Grayscale: #6F6F6F. Windows color (decimal): -8950928 or 7367543. OLE color: 7367543.
HSL color Cylindrical-coordinate representation of color #776B70: hue angle of 335º 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 #776B70 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 112 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.53 |
| HSL | 335º | 0.05% | 0.44% | - |
| HSV(B) | 335º | 0.1% | 0.47% | - |
| XYZ | 15.79 | 15.61 | 17.51 | - |
| YUV | 111.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 112 | 0 | 0.10 | 0.06 | 0.53 | 335 | 0.05 | 0.44 |
| Hex | 77 | 6B | 70 | 0 | A | 6 | 35 | 14F | 5 | 2C |
| Octal | 167 | 153 | 160 | 0 | 12 | 6 | 65 | 517 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1110000 | 0 | 1010 | 110 | 110101 | 101001111 | 101 | 101100 |
Color Harmonies of #776B70
Complementary color
Monochromatic Colors of #776B70
Black with #776B70
Text Example
Text Example
White with #776B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B70; }
p { color: rgb(119,107,112); }
H1.HeaderClassName
{
color: #776B70;
}
.AnyTagClassName
{
color: #776B70;
}
</style>
background-color css
<style>
a { background-color: #776B70; }
a { background-color: rgb(119,107,112); }
div.DivClassName
{
background-color: #776B70;
}
.BgClassName
{
background-color: #776B70;
}
</style>
border-color css
<style>
span { border-color: #776B70; }
span { border-color: rgb(119,107,112); }
td.TdClassName
{
border-color: #776B70;
}
.TagClassName
{
border-color: #776B70;
}
</style>