#77656F

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

Shades of Scorpion #77656F

Tints of Scorpion #77656F

Color information

#77656F (or 0x77656F) is unknown color: approx Scorpion. HEX triplet: 77, 65 and 6F. RGB value is (119,101,111). Sum of RGB (Red+Green+Blue) = 119+101+111=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77656F is #889A90. Grayscale: #6B6B6B. Windows color (decimal): -8952465 or 7300471. OLE color: 7300471.

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

Color convert

RGB119101111-
CMYK00.150.070.53
HSL326.67º8.18%43.14%-
HSV(B)326.67º15.13%46.67%-
XYZ15.1314.3817.02-
YUV107.52129.96136.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=35.95%
G=30.51%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910111100.150.070.53326.678.1843.14
Hex77656F0F73514782b
Octal1671451570177655071053
Binary111011111001011101111011111111101011010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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