Shades of Scorpion #76636C
Tints of Scorpion #76636C
RGB
CMYK
RGB Variations
Color information
#76636C (or 0x76636C) is known color: Scorpion. HEX triplet: 76, 63 and 6C. RGB value is (118,99,108). Sum of RGB (Red+Green+Blue) = 118+99+108=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76636C is #899C93. Grayscale: #696969. Windows color (decimal): -9018516 or 7103350. OLE color: 7103350.
HSL color Cylindrical-coordinate representation of color #76636C: hue angle of 331.58º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76636C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 108 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.54 |
| HSL | 331.58º | 0.09% | 0.43% | - |
| HSV(B) | 331.58º | 0.16% | 0.46% | - |
| XYZ | 14.64 | 13.86 | 16.09 | - |
| YUV | 105.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 108 | 0 | 0.16 | 0.08 | 0.54 | 331.58 | 0.09 | 0.43 |
| Hex | 76 | 63 | 6C | 0 | 10 | 8 | 36 | 14C | 9 | 2B |
| Octal | 166 | 143 | 154 | 0 | 20 | 10 | 66 | 514 | 11 | 53 |
| Binary | 1110110 | 1100011 | 1101100 | 0 | 10000 | 1000 | 110110 | 101001100 | 1001 | 101011 |
Color Harmonies of #76636C
Complementary color
Monochromatic Colors of #76636C
Black with #76636C
Text Example
Text Example
White with #76636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76636C; }
p { color: rgb(118,99,108); }
H1.HeaderClassName
{
color: #76636C;
}
.AnyTagClassName
{
color: #76636C;
}
</style>
background-color css
<style>
a { background-color: #76636C; }
a { background-color: rgb(118,99,108); }
div.DivClassName
{
background-color: #76636C;
}
.BgClassName
{
background-color: #76636C;
}
</style>
border-color css
<style>
span { border-color: #76636C; }
span { border-color: rgb(118,99,108); }
td.TdClassName
{
border-color: #76636C;
}
.TagClassName
{
border-color: #76636C;
}
</style>