Shades of Scorpion #76656E
Tints of Scorpion #76656E
RGB
CMYK
RGB Variations
Color information
#76656E (or 0x76656E) is known color: Scorpion. HEX triplet: 76, 65 and 6E. RGB value is (118,101,110). Sum of RGB (Red+Green+Blue) = 118+101+110=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76656E is #899A91. Grayscale: #6B6B6B. Windows color (decimal): -9018002 or 7234934. OLE color: 7234934.
HSL color Cylindrical-coordinate representation of color #76656E: hue angle of 328.24º degrees, saturation: 0.08, 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 #76656E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 110 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.54 |
| HSL | 328.24º | 0.08% | 0.43% | - |
| HSV(B) | 328.24º | 0.14% | 0.46% | - |
| XYZ | 14.94 | 14.28 | 16.72 | - |
| YUV | 107.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 110 | 0 | 0.14 | 0.07 | 0.54 | 328.24 | 0.08 | 0.43 |
| Hex | 76 | 65 | 6E | 0 | E | 7 | 36 | 148 | 8 | 2B |
| Octal | 166 | 145 | 156 | 0 | 16 | 7 | 66 | 510 | 10 | 53 |
| Binary | 1110110 | 1100101 | 1101110 | 0 | 1110 | 111 | 110110 | 101001000 | 1000 | 101011 |
Color Harmonies of #76656E
Complementary color
Monochromatic Colors of #76656E
Black with #76656E
Text Example
Text Example
White with #76656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76656E; }
p { color: rgb(118,101,110); }
H1.HeaderClassName
{
color: #76656E;
}
.AnyTagClassName
{
color: #76656E;
}
</style>
background-color css
<style>
a { background-color: #76656E; }
a { background-color: rgb(118,101,110); }
div.DivClassName
{
background-color: #76656E;
}
.BgClassName
{
background-color: #76656E;
}
</style>
border-color css
<style>
span { border-color: #76656E; }
span { border-color: rgb(118,101,110); }
td.TdClassName
{
border-color: #76656E;
}
.TagClassName
{
border-color: #76656E;
}
</style>