Shades of Scorpion #766F72
Tints of Scorpion #766F72
RGB
CMYK
RGB Variations
Color information
#766F72 (or 0x766F72) is known color: Scorpion. HEX triplet: 76, 6F and 72. RGB value is (118,111,114). Sum of RGB (Red+Green+Blue) = 118+111+114=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #766F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F72 is #89908D. Grayscale: #717171. Windows color (decimal): -9015438 or 7499638. OLE color: 7499638.
HSL color Cylindrical-coordinate representation of color #766F72: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #766F72 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 114 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.54 |
| HSL | 334.29º | 0.03% | 0.45% | - |
| HSV(B) | 334.29º | 0.06% | 0.46% | - |
| XYZ | 16.19 | 16.44 | 18.24 | - |
| YUV | 113.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 114 | 0 | 0.06 | 0.03 | 0.54 | 334.29 | 0.03 | 0.45 |
| Hex | 76 | 6F | 72 | 0 | 6 | 3 | 36 | 14E | 3 | 2D |
| Octal | 166 | 157 | 162 | 0 | 6 | 3 | 66 | 516 | 3 | 55 |
| Binary | 1110110 | 1101111 | 1110010 | 0 | 110 | 11 | 110110 | 101001110 | 11 | 101101 |
Color Harmonies of #766F72
Complementary color
Monochromatic Colors of #766F72
Black with #766F72
Text Example
Text Example
White with #766F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F72; }
p { color: rgb(118,111,114); }
H1.HeaderClassName
{
color: #766F72;
}
.AnyTagClassName
{
color: #766F72;
}
</style>
background-color css
<style>
a { background-color: #766F72; }
a { background-color: rgb(118,111,114); }
div.DivClassName
{
background-color: #766F72;
}
.BgClassName
{
background-color: #766F72;
}
</style>
border-color css
<style>
span { border-color: #766F72; }
span { border-color: rgb(118,111,114); }
td.TdClassName
{
border-color: #766F72;
}
.TagClassName
{
border-color: #766F72;
}
</style>