#77656C

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

Shades of Scorpion #77656C

Tints of Scorpion #77656C

Color information

#77656C (or 0x77656C) is unknown color: approx Scorpion. HEX triplet: 77, 65 and 6C. RGB value is (119,101,108). Sum of RGB (Red+Green+Blue) = 119+101+108=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656C is #889A93. Grayscale: #6B6B6B. Windows color (decimal): -8952468 or 7103863. OLE color: 7103863.

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

Color convert

RGB119101108-
CMYK00.150.090.53
HSL336.67º8.18%43.14%-
HSV(B)336.67º15.13%46.67%-
XYZ14.9714.3116.16-
YUV107.18128.46136.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=36.28%
G=30.79%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910110800.150.090.53336.678.1843.14
Hex77656C0F93515182b
Octal16714515401711655211053
Binary1110111110010111011000111110011101011010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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