Shades of Scorpion #76666A
Tints of Scorpion #76666A
RGB
CMYK
RGB Variations
Color information
#76666A (or 0x76666A) is known color: Scorpion. HEX triplet: 76, 66 and 6A. RGB value is (118,102,106). Sum of RGB (Red+Green+Blue) = 118+102+106=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666A is #899995. Grayscale: #6B6B6B. Windows color (decimal): -9017750 or 6973046. OLE color: 6973046.
HSL color Cylindrical-coordinate representation of color #76666A: hue angle of 345º 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 #76666A is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 106 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.54 |
| HSL | 345º | 0.07% | 0.43% | - |
| HSV(B) | 345º | 0.14% | 0.46% | - |
| XYZ | 14.82 | 14.39 | 15.63 | - |
| YUV | 107.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 106 | 0 | 0.14 | 0.10 | 0.54 | 345 | 0.07 | 0.43 |
| Hex | 76 | 66 | 6A | 0 | E | A | 36 | 159 | 7 | 2B |
| Octal | 166 | 146 | 152 | 0 | 16 | 12 | 66 | 531 | 7 | 53 |
| Binary | 1110110 | 1100110 | 1101010 | 0 | 1110 | 1010 | 110110 | 101011001 | 111 | 101011 |
Color Harmonies of #76666A
Complementary color
Monochromatic Colors of #76666A
Black with #76666A
Text Example
Text Example
White with #76666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76666A; }
p { color: rgb(118,102,106); }
H1.HeaderClassName
{
color: #76666A;
}
.AnyTagClassName
{
color: #76666A;
}
</style>
background-color css
<style>
a { background-color: #76666A; }
a { background-color: rgb(118,102,106); }
div.DivClassName
{
background-color: #76666A;
}
.BgClassName
{
background-color: #76666A;
}
</style>
border-color css
<style>
span { border-color: #76666A; }
span { border-color: rgb(118,102,106); }
td.TdClassName
{
border-color: #76666A;
}
.TagClassName
{
border-color: #76666A;
}
</style>