#775F66

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

Shades of Scorpion #775F66

Tints of Scorpion #775F66

Color information

#775F66 (or 0x775F66) is unknown color: approx Scorpion. HEX triplet: 77, 5F and 66. RGB value is (119,95,102). Sum of RGB (Red+Green+Blue) = 119+95+102=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F66 is #88A099. Grayscale: #666666. Windows color (decimal): -8954010 or 6709111. OLE color: 6709111.

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

Color convert

RGB11995102-
CMYK00.200.140.53
HSL342.5º11.21%41.96%-
HSV(B)342.5º20.17%46.67%-
XYZ14.113.0714.35-
YUV102.97127.45139.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=37.66%
G=30.06%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199510200.200.140.53342.511.2141.96
Hex775F66014E35156b2a
Octal16713714602416655261352
Binary11101111011111110011001010011101101011010101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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