#77696F

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

Shades of Scorpion #77696F

Tints of Scorpion #77696F

Color information

#77696F (or 0x77696F) is unknown color: approx Scorpion. HEX triplet: 77, 69 and 6F. RGB value is (119,105,111). Sum of RGB (Red+Green+Blue) = 119+105+111=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #77696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696F is #889690. Grayscale: #6D6D6D. Windows color (decimal): -8951441 or 7301495. OLE color: 7301495.

HSL color Cylindrical-coordinate representation of color #77696F: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77696F is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB119105111-
CMYK00.120.070.53
HSL334.29º6.25%43.92%-
HSV(B)334.29º11.76%46.67%-
XYZ15.5315.1717.15-
YUV109.87128.64134.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=35.52%
G=31.34%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910511100.120.070.53334.296.2543.92
Hex77696F0C73514e62c
Octal167151157014765516654
Binary11101111101001110111101100111110101101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77696F; }

 p { color: rgb(119,105,111); }

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

<style>
 a { background-color: #77696F; }

 a { background-color: rgb(119,105,111); }

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

<style>
 span { border-color: #77696F; }

 span { border-color: rgb(119,105,111); }

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