Shades of Scorpion #76616D
Tints of Scorpion #76616D
RGB
CMYK
RGB Variations
Color information
#76616D (or 0x76616D) is known color: Scorpion. HEX triplet: 76, 61 and 6D. RGB value is (118,97,109). Sum of RGB (Red+Green+Blue) = 118+97+109=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616D is #899E92. Grayscale: #686868. Windows color (decimal): -9019027 or 7168374. OLE color: 7168374.
HSL color Cylindrical-coordinate representation of color #76616D: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76616D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 109 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.54 |
| HSL | 325.71º | 0.1% | 0.42% | - |
| HSV(B) | 325.71º | 0.18% | 0.46% | - |
| XYZ | 14.51 | 13.51 | 16.31 | - |
| YUV | 104.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 109 | 0 | 0.18 | 0.08 | 0.54 | 325.71 | 0.1 | 0.42 |
| Hex | 76 | 61 | 6D | 0 | 12 | 8 | 36 | 146 | A | 2A |
| Octal | 166 | 141 | 155 | 0 | 22 | 10 | 66 | 506 | 12 | 52 |
| Binary | 1110110 | 1100001 | 1101101 | 0 | 10010 | 1000 | 110110 | 101000110 | 1010 | 101010 |
Color Harmonies of #76616D
Complementary color
Monochromatic Colors of #76616D
Black with #76616D
Text Example
Text Example
White with #76616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76616D; }
p { color: rgb(118,97,109); }
H1.HeaderClassName
{
color: #76616D;
}
.AnyTagClassName
{
color: #76616D;
}
</style>
background-color css
<style>
a { background-color: #76616D; }
a { background-color: rgb(118,97,109); }
div.DivClassName
{
background-color: #76616D;
}
.BgClassName
{
background-color: #76616D;
}
</style>
border-color css
<style>
span { border-color: #76616D; }
span { border-color: rgb(118,97,109); }
td.TdClassName
{
border-color: #76616D;
}
.TagClassName
{
border-color: #76616D;
}
</style>