#775F65

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

Shades of Scorpion #775F65

Tints of Scorpion #775F65

Color information

#775F65 (or 0x775F65) is unknown color: approx Scorpion. HEX triplet: 77, 5F and 65. RGB value is (119,95,101). Sum of RGB (Red+Green+Blue) = 119+95+101=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #775F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F65 is #88A09A. Grayscale: #666666. Windows color (decimal): -8954011 or 6643575. OLE color: 6643575.

HSL color Cylindrical-coordinate representation of color #775F65: hue angle of 345º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F65 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11995101-
CMYK00.200.150.53
HSL345º11.21%41.96%-
HSV(B)345º20.17%46.67%-
XYZ14.0513.0514.09-
YUV102.86126.95139.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=37.78%
G=30.16%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199510100.200.150.5334511.2141.96
Hex775F65014F35159b2a
Octal16713714502417655311352
Binary11101111011111110010101010011111101011010110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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