Shades of Scorpion #76696D
Tints of Scorpion #76696D
RGB
CMYK
RGB Variations
Color information
#76696D (or 0x76696D) is known color: Scorpion. HEX triplet: 76, 69 and 6D. RGB value is (118,105,109). Sum of RGB (Red+Green+Blue) = 118+105+109=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #76696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76696D is #899692. Grayscale: #6D6D6D. Windows color (decimal): -9016979 or 7170422. OLE color: 7170422.
HSL color Cylindrical-coordinate representation of color #76696D: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76696D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 109 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.54 |
| HSL | 341.54º | 0.06% | 0.44% | - |
| HSV(B) | 341.54º | 0.11% | 0.46% | - |
| XYZ | 15.28 | 15.06 | 16.57 | - |
| YUV | 109.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 109 | 0 | 0.11 | 0.08 | 0.54 | 341.54 | 0.06 | 0.44 |
| Hex | 76 | 69 | 6D | 0 | B | 8 | 36 | 156 | 6 | 2C |
| Octal | 166 | 151 | 155 | 0 | 13 | 10 | 66 | 526 | 6 | 54 |
| Binary | 1110110 | 1101001 | 1101101 | 0 | 1011 | 1000 | 110110 | 101010110 | 110 | 101100 |
Color Harmonies of #76696D
Complementary color
Monochromatic Colors of #76696D
Black with #76696D
Text Example
Text Example
White with #76696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76696D; }
p { color: rgb(118,105,109); }
H1.HeaderClassName
{
color: #76696D;
}
.AnyTagClassName
{
color: #76696D;
}
</style>
background-color css
<style>
a { background-color: #76696D; }
a { background-color: rgb(118,105,109); }
div.DivClassName
{
background-color: #76696D;
}
.BgClassName
{
background-color: #76696D;
}
</style>
border-color css
<style>
span { border-color: #76696D; }
span { border-color: rgb(118,105,109); }
td.TdClassName
{
border-color: #76696D;
}
.TagClassName
{
border-color: #76696D;
}
</style>