#77646E

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

Shades of Scorpion #77646E

Tints of Scorpion #77646E

Color information

#77646E (or 0x77646E) is unknown color: approx Scorpion. HEX triplet: 77, 64 and 6E. RGB value is (119,100,110). Sum of RGB (Red+Green+Blue) = 119+100+110=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77646E is #889B91. Grayscale: #6A6A6A. Windows color (decimal): -8952722 or 7234679. OLE color: 7234679.

HSL color Cylindrical-coordinate representation of color #77646E: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77646E is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119100110-
CMYK00.160.080.53
HSL328.42º8.68%42.94%-
HSV(B)328.42º15.97%46.67%-
XYZ14.9814.1616.7-
YUV106.82129.79136.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=36.17%
G=30.40%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910011000.160.080.53328.428.6842.94
Hex77646E01083514892b
Octal16714415602010655101153
Binary11101111100100110111001000010001101011010010001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77646E; }

 p { color: rgb(119,100,110); }

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

<style>
 a { background-color: #77646E; }

 a { background-color: rgb(119,100,110); }

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

<style>
 span { border-color: #77646E; }

 span { border-color: rgb(119,100,110); }

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