Shades of Scorpion #766D71
Tints of Scorpion #766D71
RGB
CMYK
RGB Variations
Color information
#766D71 (or 0x766D71) is known color: Scorpion. HEX triplet: 76, 6D and 71. RGB value is (118,109,113). Sum of RGB (Red+Green+Blue) = 118+109+113=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D71 is #89928E. Grayscale: #707070. Windows color (decimal): -9015951 or 7433590. OLE color: 7433590.
HSL color Cylindrical-coordinate representation of color #766D71: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D71 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 113 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.54 |
| HSL | 333.33º | 0.04% | 0.45% | - |
| HSV(B) | 333.33º | 0.08% | 0.46% | - |
| XYZ | 15.92 | 15.98 | 17.87 | - |
| YUV | 112.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 113 | 0 | 0.08 | 0.04 | 0.54 | 333.33 | 0.04 | 0.45 |
| Hex | 76 | 6D | 71 | 0 | 8 | 4 | 36 | 14D | 4 | 2D |
| Octal | 166 | 155 | 161 | 0 | 10 | 4 | 66 | 515 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1110001 | 0 | 1000 | 100 | 110110 | 101001101 | 100 | 101101 |
Color Harmonies of #766D71
Complementary color
Monochromatic Colors of #766D71
Black with #766D71
Text Example
Text Example
White with #766D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D71; }
p { color: rgb(118,109,113); }
H1.HeaderClassName
{
color: #766D71;
}
.AnyTagClassName
{
color: #766D71;
}
</style>
background-color css
<style>
a { background-color: #766D71; }
a { background-color: rgb(118,109,113); }
div.DivClassName
{
background-color: #766D71;
}
.BgClassName
{
background-color: #766D71;
}
</style>
border-color css
<style>
span { border-color: #766D71; }
span { border-color: rgb(118,109,113); }
td.TdClassName
{
border-color: #766D71;
}
.TagClassName
{
border-color: #766D71;
}
</style>