Shades of Scorpion #76676C
Tints of Scorpion #76676C
RGB
CMYK
RGB Variations
Color information
#76676C (or 0x76676C) is known color: Scorpion. HEX triplet: 76, 67 and 6C. RGB value is (118,103,108). Sum of RGB (Red+Green+Blue) = 118+103+108=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676C is #899893. Grayscale: #6C6C6C. Windows color (decimal): -9017492 or 7104374. OLE color: 7104374.
HSL color Cylindrical-coordinate representation of color #76676C: hue angle of 340º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #76676C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 108 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.54 |
| HSL | 340º | 0.07% | 0.43% | - |
| HSV(B) | 340º | 0.13% | 0.46% | - |
| XYZ | 15.03 | 14.63 | 16.22 | - |
| YUV | 108.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 108 | 0 | 0.13 | 0.08 | 0.54 | 340 | 0.07 | 0.43 |
| Hex | 76 | 67 | 6C | 0 | D | 8 | 36 | 154 | 7 | 2B |
| Octal | 166 | 147 | 154 | 0 | 15 | 10 | 66 | 524 | 7 | 53 |
| Binary | 1110110 | 1100111 | 1101100 | 0 | 1101 | 1000 | 110110 | 101010100 | 111 | 101011 |
Color Harmonies of #76676C
Complementary color
Monochromatic Colors of #76676C
Black with #76676C
Text Example
Text Example
White with #76676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76676C; }
p { color: rgb(118,103,108); }
H1.HeaderClassName
{
color: #76676C;
}
.AnyTagClassName
{
color: #76676C;
}
</style>
background-color css
<style>
a { background-color: #76676C; }
a { background-color: rgb(118,103,108); }
div.DivClassName
{
background-color: #76676C;
}
.BgClassName
{
background-color: #76676C;
}
</style>
border-color css
<style>
span { border-color: #76676C; }
span { border-color: rgb(118,103,108); }
td.TdClassName
{
border-color: #76676C;
}
.TagClassName
{
border-color: #76676C;
}
</style>