#776C71

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

Shades of Scorpion #776C71

Tints of Scorpion #776C71

Color information

#776C71 (or 0x776C71) is unknown color: approx Scorpion. HEX triplet: 77, 6C and 71. RGB value is (119,108,113). Sum of RGB (Red+Green+Blue) = 119+108+113=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C71 is #88938E. Grayscale: #6F6F6F. Windows color (decimal): -8950671 or 7433335. OLE color: 7433335.

HSL color Cylindrical-coordinate representation of color #776C71: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #776C71 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB119108113-
CMYK00.090.050.53
HSL332.73º4.85%44.51%-
HSV(B)332.73º9.24%46.67%-
XYZ15.9515.8417.84-
YUV111.86128.64133.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=35%
G=31.76%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910811300.090.050.53332.734.8544.51
Hex776C710953514d52d
Octal167154161011565515555
Binary11101111101100111000101001101110101101001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C71; }

 p { color: rgb(119,108,113); }

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

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

 a { background-color: rgb(119,108,113); }

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

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

 span { border-color: rgb(119,108,113); }

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