#77676C

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

Shades of Scorpion #77676C

Tints of Scorpion #77676C

Color information

#77676C (or 0x77676C) is unknown color: approx Scorpion. HEX triplet: 77, 67 and 6C. RGB value is (119,103,108). Sum of RGB (Red+Green+Blue) = 119+103+108=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77676C is #889893. Grayscale: #6C6C6C. Windows color (decimal): -8951956 or 7104375. OLE color: 7104375.

HSL color Cylindrical-coordinate representation of color #77676C: hue angle of 341.25º 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 #77676C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB119103108-
CMYK00.130.090.53
HSL341.25º7.21%43.53%-
HSV(B)341.25º13.45%46.67%-
XYZ15.1614.7116.23-
YUV108.35127.8135.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=36.06%
G=31.21%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910310800.130.090.53341.257.2143.53
Hex77676C0D93515572c
Octal1671471540151165525754
Binary111011111001111101100011011001110101101010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77676C; }

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

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

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

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

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

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

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

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