#775D65

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

Shades of Scorpion #775D65

Tints of Scorpion #775D65

Color information

#775D65 (or 0x775D65) is unknown color: approx Scorpion. HEX triplet: 77, 5D and 65. RGB value is (119,93,101). Sum of RGB (Red+Green+Blue) = 119+93+101=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D65 is #88A29A. Grayscale: #656565. Windows color (decimal): -8954523 or 6643063. OLE color: 6643063.

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

Color convert

RGB11993101-
CMYK00.220.150.53
HSL341.54º12.26%41.57%-
HSV(B)341.54º21.85%46.67%-
XYZ13.8712.6914.03-
YUV101.69127.61140.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=38.02%
G=29.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199310100.220.150.53341.5412.2641.57
Hex775D65016F35156c2a
Octal16713514502617655261452
Binary11101111011101110010101011011111101011010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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