Shades of Scorpion #77676F
Tints of Scorpion #77676F
RGB
CMYK
RGB Variations
Color information
#77676F (or 0x77676F) is known color: Scorpion. HEX triplet: 77, 67 and 6F. RGB value is (119,103,111). Sum of RGB (Red+Green+Blue) = 119+103+111=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #77676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77676F is #889890. Grayscale: #6C6C6C. Windows color (decimal): -8951953 or 7300983. OLE color: 7300983.
HSL color Cylindrical-coordinate representation of color #77676F: hue angle of 330º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77676F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 111 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.53 |
| HSL | 330º | 0.07% | 0.44% | - |
| HSV(B) | 330º | 0.13% | 0.47% | - |
| XYZ | 15.33 | 14.77 | 17.08 | - |
| YUV | 108.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 111 | 0 | 0.13 | 0.07 | 0.53 | 330 | 0.07 | 0.44 |
| Hex | 77 | 67 | 6F | 0 | D | 7 | 35 | 14A | 7 | 2C |
| Octal | 167 | 147 | 157 | 0 | 15 | 7 | 65 | 512 | 7 | 54 |
| Binary | 1110111 | 1100111 | 1101111 | 0 | 1101 | 111 | 110101 | 101001010 | 111 | 101100 |
Color Harmonies of #77676F
Complementary color
Monochromatic Colors of #77676F
Black with #77676F
Text Example
Text Example
White with #77676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77676F; }
p { color: rgb(119,103,111); }
H1.HeaderClassName
{
color: #77676F;
}
.AnyTagClassName
{
color: #77676F;
}
</style>
background-color css
<style>
a { background-color: #77676F; }
a { background-color: rgb(119,103,111); }
div.DivClassName
{
background-color: #77676F;
}
.BgClassName
{
background-color: #77676F;
}
</style>
border-color css
<style>
span { border-color: #77676F; }
span { border-color: rgb(119,103,111); }
td.TdClassName
{
border-color: #77676F;
}
.TagClassName
{
border-color: #77676F;
}
</style>