#77656B

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

Shades of Scorpion #77656B

Tints of Scorpion #77656B

Color information

#77656B (or 0x77656B) is unknown color: approx Scorpion. HEX triplet: 77, 65 and 6B. RGB value is (119,101,107). Sum of RGB (Red+Green+Blue) = 119+101+107=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656B is #889A94. Grayscale: #6B6B6B. Windows color (decimal): -8952469 or 7038327. OLE color: 7038327.

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

Color convert

RGB119101107-
CMYK00.150.100.53
HSL340º8.18%43.14%-
HSV(B)340º15.13%46.67%-
XYZ14.9214.2915.88-
YUV107.07127.96136.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=36.39%
G=30.89%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910110700.150.100.533408.1843.14
Hex77656B0FA3515482b
Octal16714515301712655241053
Binary1110111110010111010110111110101101011010101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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