#775D66

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

Shades of Scorpion #775D66

Tints of Scorpion #775D66

Color information

#775D66 (or 0x775D66) is unknown color: approx Scorpion. HEX triplet: 77, 5D and 66. RGB value is (119,93,102). Sum of RGB (Red+Green+Blue) = 119+93+102=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D66 is #88A299. Grayscale: #656565. Windows color (decimal): -8954522 or 6708599. OLE color: 6708599.

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

Color convert

RGB11993102-
CMYK00.220.140.53
HSL339.23º12.26%41.57%-
HSV(B)339.23º21.85%46.67%-
XYZ13.9212.7114.29-
YUV101.8128.11140.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=37.90%
G=29.62%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199310200.220.140.53339.2312.2641.57
Hex775D66016E35153c2a
Octal16713514602616655231452
Binary11101111011101110011001011011101101011010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,102); }

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

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

 a { background-color: rgb(119,93,102); }

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

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

 span { border-color: rgb(119,93,102); }

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