#775E64

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

Shades of Scorpion #775E64

Tints of Scorpion #775E64

Color information

#775E64 (or 0x775E64) is unknown color: approx Scorpion. HEX triplet: 77, 5E and 64. RGB value is (119,94,100). Sum of RGB (Red+Green+Blue) = 119+94+100=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E64 is #88A19B. Grayscale: #666666. Windows color (decimal): -8954268 or 6577783. OLE color: 6577783.

HSL color Cylindrical-coordinate representation of color #775E64: hue angle of 345.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E64 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11994100-
CMYK00.210.160.53
HSL345.6º11.74%41.76%-
HSV(B)345.6º21.01%46.67%-
XYZ13.9112.8513.8-
YUV102.16126.78140.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=38.02%
G=30.03%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199410000.210.160.53345.611.7441.76
Hex775E64015103515ac2a
Octal16713614402520655321452
Binary111011110111101100100010101100001101011010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E64; }

 p { color: rgb(119,94,100); }

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

<style>
 a { background-color: #775E64; }

 a { background-color: rgb(119,94,100); }

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

<style>
 span { border-color: #775E64; }

 span { border-color: rgb(119,94,100); }

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