#776166

Color #776166 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #776166

Tints of Scorpion #776166

Color information

#776166 (or 0x776166) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 66. RGB value is (119,97,102). Sum of RGB (Red+Green+Blue) = 119+97+102=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776166 is #889E99. Grayscale: #686868. Windows color (decimal): -8953498 or 6709623. OLE color: 6709623.

HSL color Cylindrical-coordinate representation of color #776166: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776166 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11997102-
CMYK00.180.140.53
HSL346.36º10.19%42.35%-
HSV(B)346.36º18.49%46.67%-
XYZ14.2813.4314.41-
YUV104.15126.79138.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=37.42%
G=30.50%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710200.180.140.53346.3610.1942.35
Hex776166012E3515aa2a
Octal16714114602216655321252
Binary11101111100001110011001001011101101011010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776166; }

 p { color: rgb(119,97,102); }

 H1.HeaderClassName
 {
   color: #776166;
 }
 .AnyTagClassName
 {
   color: #776166;
 }
</style>
background-color css

<style>
 a { background-color: #776166; }

 a { background-color: rgb(119,97,102); }

 div.DivClassName
 {
   background-color: #776166;
 }
 .BgClassName
 {
   background-color: #776166;
 }
</style>
border-color css

<style>
 span { border-color: #776166; }

 span { border-color: rgb(119,97,102); }

 td.TdClassName
 {
   border-color: #776166;
 }
 .TagClassName
 {
   border-color: #776166;
 }
</style>