Shades of Scorpion #776569
Tints of Scorpion #776569
RGB
CMYK
RGB Variations
Color information
#776569 (or 0x776569) is known color: Scorpion. HEX triplet: 77, 65 and 69. RGB value is (119,101,105). Sum of RGB (Red+Green+Blue) = 119+101+105=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776569 is #889A96. Grayscale: #6A6A6A. Windows color (decimal): -8952471 or 6907255. OLE color: 6907255.
HSL color Cylindrical-coordinate representation of color #776569: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776569 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 101 | 105 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.53 |
| HSL | 346.67º | 0.08% | 0.43% | - |
| HSV(B) | 346.67º | 0.15% | 0.47% | - |
| XYZ | 14.81 | 14.25 | 15.33 | - |
| YUV | 106.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 105 | 0 | 0.15 | 0.12 | 0.53 | 346.67 | 0.08 | 0.43 |
| Hex | 77 | 65 | 69 | 0 | F | C | 35 | 15B | 8 | 2B |
| Octal | 167 | 145 | 151 | 0 | 17 | 14 | 65 | 533 | 10 | 53 |
| Binary | 1110111 | 1100101 | 1101001 | 0 | 1111 | 1100 | 110101 | 101011011 | 1000 | 101011 |
Color Harmonies of #776569
Complementary color
Monochromatic Colors of #776569
Black with #776569
Text Example
Text Example
White with #776569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776569; }
p { color: rgb(119,101,105); }
H1.HeaderClassName
{
color: #776569;
}
.AnyTagClassName
{
color: #776569;
}
</style>
background-color css
<style>
a { background-color: #776569; }
a { background-color: rgb(119,101,105); }
div.DivClassName
{
background-color: #776569;
}
.BgClassName
{
background-color: #776569;
}
</style>
border-color css
<style>
span { border-color: #776569; }
span { border-color: rgb(119,101,105); }
td.TdClassName
{
border-color: #776569;
}
.TagClassName
{
border-color: #776569;
}
</style>