Shades of Scorpion #775C67
Tints of Scorpion #775C67
RGB
CMYK
RGB Variations
Color information
#775C67 (or 0x775C67) is known color: Scorpion. HEX triplet: 77, 5C and 67. RGB value is (119,92,103). Sum of RGB (Red+Green+Blue) = 119+92+103=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C67 is #88A398. Grayscale: #656565. Windows color (decimal): -8954777 or 6773879. OLE color: 6773879.
HSL color Cylindrical-coordinate representation of color #775C67: hue angle of 335.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C67 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 103 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.53 |
| HSL | 335.56º | 0.13% | 0.41% | - |
| HSV(B) | 335.56º | 0.23% | 0.47% | - |
| XYZ | 13.88 | 12.56 | 14.52 | - |
| YUV | 101.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 103 | 0 | 0.23 | 0.13 | 0.53 | 335.56 | 0.13 | 0.41 |
| Hex | 77 | 5C | 67 | 0 | 17 | D | 35 | 150 | D | 29 |
| Octal | 167 | 134 | 147 | 0 | 27 | 15 | 65 | 520 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1100111 | 0 | 10111 | 1101 | 110101 | 101010000 | 1101 | 101001 |
Color Harmonies of #775C67
Complementary color
Monochromatic Colors of #775C67
Black with #775C67
Text Example
Text Example
White with #775C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C67; }
p { color: rgb(119,92,103); }
H1.HeaderClassName
{
color: #775C67;
}
.AnyTagClassName
{
color: #775C67;
}
</style>
background-color css
<style>
a { background-color: #775C67; }
a { background-color: rgb(119,92,103); }
div.DivClassName
{
background-color: #775C67;
}
.BgClassName
{
background-color: #775C67;
}
</style>
border-color css
<style>
span { border-color: #775C67; }
span { border-color: rgb(119,92,103); }
td.TdClassName
{
border-color: #775C67;
}
.TagClassName
{
border-color: #775C67;
}
</style>