Shades of Scorpion #785F67
Tints of Scorpion #785F67
RGB
CMYK
RGB Variations
Color information
#785F67 (or 0x785F67) is known color: Scorpion. HEX triplet: 78, 5F and 67. RGB value is (120,95,103). Sum of RGB (Red+Green+Blue) = 120+95+103=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F67 is #87A098. Grayscale: #676767. Windows color (decimal): -8888473 or 6774648. OLE color: 6774648.
HSL color Cylindrical-coordinate representation of color #785F67: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #785F67 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 103 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.53 |
| HSL | 340.8º | 0.12% | 0.42% | - |
| HSV(B) | 340.8º | 0.21% | 0.47% | - |
| XYZ | 14.29 | 13.16 | 14.62 | - |
| YUV | 103.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 103 | 0 | 0.21 | 0.14 | 0.53 | 340.8 | 0.12 | 0.42 |
| Hex | 78 | 5F | 67 | 0 | 15 | E | 35 | 155 | C | 2A |
| Octal | 170 | 137 | 147 | 0 | 25 | 16 | 65 | 525 | 14 | 52 |
| Binary | 1111000 | 1011111 | 1100111 | 0 | 10101 | 1110 | 110101 | 101010101 | 1100 | 101010 |
Color Harmonies of #785F67
Complementary color
Monochromatic Colors of #785F67
Black with #785F67
Text Example
Text Example
White with #785F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F67; }
p { color: rgb(120,95,103); }
H1.HeaderClassName
{
color: #785F67;
}
.AnyTagClassName
{
color: #785F67;
}
</style>
background-color css
<style>
a { background-color: #785F67; }
a { background-color: rgb(120,95,103); }
div.DivClassName
{
background-color: #785F67;
}
.BgClassName
{
background-color: #785F67;
}
</style>
border-color css
<style>
span { border-color: #785F67; }
span { border-color: rgb(120,95,103); }
td.TdClassName
{
border-color: #785F67;
}
.TagClassName
{
border-color: #785F67;
}
</style>