#77666D

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

Shades of Scorpion #77666D

Tints of Scorpion #77666D

Color information

#77666D (or 0x77666D) is unknown color: approx Scorpion. HEX triplet: 77, 66 and 6D. RGB value is (119,102,109). Sum of RGB (Red+Green+Blue) = 119+102+109=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666D is #889992. Grayscale: #6B6B6B. Windows color (decimal): -8952211 or 7169655. OLE color: 7169655.

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

Color convert

RGB119102109-
CMYK00.140.080.53
HSL335.29º7.69%43.33%-
HSV(B)335.29º14.29%46.67%-
XYZ15.1214.5316.48-
YUV107.88128.63135.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=36.06%
G=30.91%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910210900.140.080.53335.297.6943.33
Hex77666D0E83514f82b
Octal16714615501610655171053
Binary1110111110011011011010111010001101011010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77666D; }

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

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

<style>
 a { background-color: #77666D; }

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

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

<style>
 span { border-color: #77666D; }

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

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