Shades of Scorpion #76606B
Tints of Scorpion #76606B
RGB
CMYK
RGB Variations
Color information
#76606B (or 0x76606B) is known color: Scorpion. HEX triplet: 76, 60 and 6B. RGB value is (118,96,107). Sum of RGB (Red+Green+Blue) = 118+96+107=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #76606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76606B is #899F94. Grayscale: #676767. Windows color (decimal): -9019285 or 7037046. OLE color: 7037046.
HSL color Cylindrical-coordinate representation of color #76606B: hue angle of 330º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76606B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 107 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.54 |
| HSL | 330º | 0.1% | 0.42% | - |
| HSV(B) | 330º | 0.19% | 0.46% | - |
| XYZ | 14.31 | 13.28 | 15.72 | - |
| YUV | 103.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 107 | 0 | 0.19 | 0.09 | 0.54 | 330 | 0.1 | 0.42 |
| Hex | 76 | 60 | 6B | 0 | 13 | 9 | 36 | 14A | A | 2A |
| Octal | 166 | 140 | 153 | 0 | 23 | 11 | 66 | 512 | 12 | 52 |
| Binary | 1110110 | 1100000 | 1101011 | 0 | 10011 | 1001 | 110110 | 101001010 | 1010 | 101010 |
Color Harmonies of #76606B
Complementary color
Monochromatic Colors of #76606B
Black with #76606B
Text Example
Text Example
White with #76606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76606B; }
p { color: rgb(118,96,107); }
H1.HeaderClassName
{
color: #76606B;
}
.AnyTagClassName
{
color: #76606B;
}
</style>
background-color css
<style>
a { background-color: #76606B; }
a { background-color: rgb(118,96,107); }
div.DivClassName
{
background-color: #76606B;
}
.BgClassName
{
background-color: #76606B;
}
</style>
border-color css
<style>
span { border-color: #76606B; }
span { border-color: rgb(118,96,107); }
td.TdClassName
{
border-color: #76606B;
}
.TagClassName
{
border-color: #76606B;
}
</style>