Shades of Scorpion #77636A
Tints of Scorpion #77636A
RGB
CMYK
RGB Variations
Color information
#77636A (or 0x77636A) is known color: Scorpion. HEX triplet: 77, 63 and 6A. RGB value is (119,99,106). Sum of RGB (Red+Green+Blue) = 119+99+106=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77636A is #889C95. Grayscale: #696969. Windows color (decimal): -8952982 or 6972279. OLE color: 6972279.
HSL color Cylindrical-coordinate representation of color #77636A: hue angle of 339º 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 #77636A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 106 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.53 |
| HSL | 339º | 0.09% | 0.43% | - |
| HSV(B) | 339º | 0.17% | 0.47% | - |
| XYZ | 14.67 | 13.89 | 15.54 | - |
| YUV | 105.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 106 | 0 | 0.17 | 0.11 | 0.53 | 339 | 0.09 | 0.43 |
| Hex | 77 | 63 | 6A | 0 | 11 | B | 35 | 153 | 9 | 2B |
| Octal | 167 | 143 | 152 | 0 | 21 | 13 | 65 | 523 | 11 | 53 |
| Binary | 1110111 | 1100011 | 1101010 | 0 | 10001 | 1011 | 110101 | 101010011 | 1001 | 101011 |
Color Harmonies of #77636A
Complementary color
Monochromatic Colors of #77636A
Black with #77636A
Text Example
Text Example
White with #77636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77636A; }
p { color: rgb(119,99,106); }
H1.HeaderClassName
{
color: #77636A;
}
.AnyTagClassName
{
color: #77636A;
}
</style>
background-color css
<style>
a { background-color: #77636A; }
a { background-color: rgb(119,99,106); }
div.DivClassName
{
background-color: #77636A;
}
.BgClassName
{
background-color: #77636A;
}
</style>
border-color css
<style>
span { border-color: #77636A; }
span { border-color: rgb(119,99,106); }
td.TdClassName
{
border-color: #77636A;
}
.TagClassName
{
border-color: #77636A;
}
</style>