Shades of Scorpion #765D67
Tints of Scorpion #765D67
RGB
CMYK
RGB Variations
Color information
#765D67 (or 0x765D67) is known color: Scorpion. HEX triplet: 76, 5D and 67. RGB value is (118,93,103). Sum of RGB (Red+Green+Blue) = 118+93+103=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D67 is #89A298. Grayscale: #656565. Windows color (decimal): -9020057 or 6774134. OLE color: 6774134.
HSL color Cylindrical-coordinate representation of color #765D67: hue angle of 336º 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 #765D67 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 103 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.54 |
| HSL | 336º | 0.12% | 0.41% | - |
| HSV(B) | 336º | 0.21% | 0.46% | - |
| XYZ | 13.83 | 12.66 | 14.55 | - |
| YUV | 101.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 103 | 0 | 0.21 | 0.13 | 0.54 | 336 | 0.12 | 0.41 |
| Hex | 76 | 5D | 67 | 0 | 15 | D | 36 | 150 | C | 29 |
| Octal | 166 | 135 | 147 | 0 | 25 | 15 | 66 | 520 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1100111 | 0 | 10101 | 1101 | 110110 | 101010000 | 1100 | 101001 |
Color Harmonies of #765D67
Complementary color
Monochromatic Colors of #765D67
Black with #765D67
Text Example
Text Example
White with #765D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D67; }
p { color: rgb(118,93,103); }
H1.HeaderClassName
{
color: #765D67;
}
.AnyTagClassName
{
color: #765D67;
}
</style>
background-color css
<style>
a { background-color: #765D67; }
a { background-color: rgb(118,93,103); }
div.DivClassName
{
background-color: #765D67;
}
.BgClassName
{
background-color: #765D67;
}
</style>
border-color css
<style>
span { border-color: #765D67; }
span { border-color: rgb(118,93,103); }
td.TdClassName
{
border-color: #765D67;
}
.TagClassName
{
border-color: #765D67;
}
</style>