Shades of Scorpion #765D66
Tints of Scorpion #765D66
RGB
CMYK
RGB Variations
Color information
#765D66 (or 0x765D66) is known color: Scorpion. HEX triplet: 76, 5D and 66. RGB value is (118,93,102). Sum of RGB (Red+Green+Blue) = 118+93+102=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D66 is #89A299. Grayscale: #656565. Windows color (decimal): -9020058 or 6708598. OLE color: 6708598.
HSL color Cylindrical-coordinate representation of color #765D66: hue angle of 338.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D66 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 102 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.54 |
| HSL | 338.4º | 0.12% | 0.41% | - |
| HSV(B) | 338.4º | 0.21% | 0.46% | - |
| XYZ | 13.78 | 12.64 | 14.28 | - |
| YUV | 101.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 102 | 0 | 0.21 | 0.14 | 0.54 | 338.4 | 0.12 | 0.41 |
| Hex | 76 | 5D | 66 | 0 | 15 | E | 36 | 152 | C | 29 |
| Octal | 166 | 135 | 146 | 0 | 25 | 16 | 66 | 522 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1100110 | 0 | 10101 | 1110 | 110110 | 101010010 | 1100 | 101001 |
Color Harmonies of #765D66
Complementary color
Monochromatic Colors of #765D66
Black with #765D66
Text Example
Text Example
White with #765D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D66; }
p { color: rgb(118,93,102); }
H1.HeaderClassName
{
color: #765D66;
}
.AnyTagClassName
{
color: #765D66;
}
</style>
background-color css
<style>
a { background-color: #765D66; }
a { background-color: rgb(118,93,102); }
div.DivClassName
{
background-color: #765D66;
}
.BgClassName
{
background-color: #765D66;
}
</style>
border-color css
<style>
span { border-color: #765D66; }
span { border-color: rgb(118,93,102); }
td.TdClassName
{
border-color: #765D66;
}
.TagClassName
{
border-color: #765D66;
}
</style>