Shades of Scorpion #77636B
Tints of Scorpion #77636B
RGB
CMYK
RGB Variations
Color information
#77636B (or 0x77636B) is known color: Scorpion. HEX triplet: 77, 63 and 6B. RGB value is (119,99,107). Sum of RGB (Red+Green+Blue) = 119+99+107=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77636B is #889C94. Grayscale: #696969. Windows color (decimal): -8952981 or 7037815. OLE color: 7037815.
HSL color Cylindrical-coordinate representation of color #77636B: hue angle of 336º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77636B is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 107 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.53 |
| HSL | 336º | 0.09% | 0.43% | - |
| HSV(B) | 336º | 0.17% | 0.47% | - |
| XYZ | 14.72 | 13.91 | 15.82 | - |
| YUV | 105.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 107 | 0 | 0.17 | 0.10 | 0.53 | 336 | 0.09 | 0.43 |
| Hex | 77 | 63 | 6B | 0 | 11 | A | 35 | 150 | 9 | 2B |
| Octal | 167 | 143 | 153 | 0 | 21 | 12 | 65 | 520 | 11 | 53 |
| Binary | 1110111 | 1100011 | 1101011 | 0 | 10001 | 1010 | 110101 | 101010000 | 1001 | 101011 |
Color Harmonies of #77636B
Complementary color
Monochromatic Colors of #77636B
Black with #77636B
Text Example
Text Example
White with #77636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77636B; }
p { color: rgb(119,99,107); }
H1.HeaderClassName
{
color: #77636B;
}
.AnyTagClassName
{
color: #77636B;
}
</style>
background-color css
<style>
a { background-color: #77636B; }
a { background-color: rgb(119,99,107); }
div.DivClassName
{
background-color: #77636B;
}
.BgClassName
{
background-color: #77636B;
}
</style>
border-color css
<style>
span { border-color: #77636B; }
span { border-color: rgb(119,99,107); }
td.TdClassName
{
border-color: #77636B;
}
.TagClassName
{
border-color: #77636B;
}
</style>