#775C66

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

Shades of Scorpion #775C66

Tints of Scorpion #775C66

Color information

#775C66 (or 0x775C66) is unknown color: approx Scorpion. HEX triplet: 77, 5C and 66. RGB value is (119,92,102). Sum of RGB (Red+Green+Blue) = 119+92+102=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C66 is #88A399. Grayscale: #656565. Windows color (decimal): -8954778 or 6708343. OLE color: 6708343.

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

Color convert

RGB11992102-
CMYK00.230.140.53
HSL337.78º12.8%41.37%-
HSV(B)337.78º22.69%46.67%-
XYZ13.8312.5414.26-
YUV101.21128.45140.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=38.02%
G=29.39%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199210200.230.140.53337.7812.841.37
Hex775C66017E35152d29
Octal16713414602716655221551
Binary11101111011100110011001011111101101011010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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