Shades of Scorpion #765F64
Tints of Scorpion #765F64
RGB
CMYK
RGB Variations
Color information
#765F64 (or 0x765F64) is known color: Scorpion. HEX triplet: 76, 5F and 64. RGB value is (118,95,100). Sum of RGB (Red+Green+Blue) = 118+95+100=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F64 is #89A09B. Grayscale: #666666. Windows color (decimal): -9019548 or 6578038. OLE color: 6578038.
HSL color Cylindrical-coordinate representation of color #765F64: hue angle of 346.96º degrees, saturation: 0.11, 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 #765F64 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 100 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.54 |
| HSL | 346.96º | 0.11% | 0.42% | - |
| HSV(B) | 346.96º | 0.19% | 0.46% | - |
| XYZ | 13.86 | 12.96 | 13.83 | - |
| YUV | 102.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 100 | 0 | 0.19 | 0.15 | 0.54 | 346.96 | 0.11 | 0.42 |
| Hex | 76 | 5F | 64 | 0 | 13 | F | 36 | 15B | B | 2A |
| Octal | 166 | 137 | 144 | 0 | 23 | 17 | 66 | 533 | 13 | 52 |
| Binary | 1110110 | 1011111 | 1100100 | 0 | 10011 | 1111 | 110110 | 101011011 | 1011 | 101010 |
Color Harmonies of #765F64
Complementary color
Monochromatic Colors of #765F64
Black with #765F64
Text Example
Text Example
White with #765F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F64; }
p { color: rgb(118,95,100); }
H1.HeaderClassName
{
color: #765F64;
}
.AnyTagClassName
{
color: #765F64;
}
</style>
background-color css
<style>
a { background-color: #765F64; }
a { background-color: rgb(118,95,100); }
div.DivClassName
{
background-color: #765F64;
}
.BgClassName
{
background-color: #765F64;
}
</style>
border-color css
<style>
span { border-color: #765F64; }
span { border-color: rgb(118,95,100); }
td.TdClassName
{
border-color: #765F64;
}
.TagClassName
{
border-color: #765F64;
}
</style>