Shades of Scorpion #76666E
Tints of Scorpion #76666E
RGB
CMYK
RGB Variations
Color information
#76666E (or 0x76666E) is known color: Scorpion. HEX triplet: 76, 66 and 6E. RGB value is (118,102,110). Sum of RGB (Red+Green+Blue) = 118+102+110=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666E is #899991. Grayscale: #6B6B6B. Windows color (decimal): -9017746 or 7235190. OLE color: 7235190.
HSL color Cylindrical-coordinate representation of color #76666E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76666E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 110 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.54 |
| HSL | 330º | 0.07% | 0.43% | - |
| HSV(B) | 330º | 0.14% | 0.46% | - |
| XYZ | 15.04 | 14.48 | 16.75 | - |
| YUV | 107.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 110 | 0 | 0.14 | 0.07 | 0.54 | 330 | 0.07 | 0.43 |
| Hex | 76 | 66 | 6E | 0 | E | 7 | 36 | 14A | 7 | 2B |
| Octal | 166 | 146 | 156 | 0 | 16 | 7 | 66 | 512 | 7 | 53 |
| Binary | 1110110 | 1100110 | 1101110 | 0 | 1110 | 111 | 110110 | 101001010 | 111 | 101011 |
Color Harmonies of #76666E
Complementary color
Monochromatic Colors of #76666E
Black with #76666E
Text Example
Text Example
White with #76666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76666E; }
p { color: rgb(118,102,110); }
H1.HeaderClassName
{
color: #76666E;
}
.AnyTagClassName
{
color: #76666E;
}
</style>
background-color css
<style>
a { background-color: #76666E; }
a { background-color: rgb(118,102,110); }
div.DivClassName
{
background-color: #76666E;
}
.BgClassName
{
background-color: #76666E;
}
</style>
border-color css
<style>
span { border-color: #76666E; }
span { border-color: rgb(118,102,110); }
td.TdClassName
{
border-color: #76666E;
}
.TagClassName
{
border-color: #76666E;
}
</style>