#77616D

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

Shades of Scorpion #77616D

Tints of Scorpion #77616D

Color information

#77616D (or 0x77616D) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 6D. RGB value is (119,97,109). Sum of RGB (Red+Green+Blue) = 119+97+109=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616D is #889E92. Grayscale: #686868. Windows color (decimal): -8953491 or 7168375. OLE color: 7168375.

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

Color convert

RGB11997109-
CMYK00.180.080.53
HSL327.27º10.19%42.35%-
HSV(B)327.27º18.49%46.67%-
XYZ14.6413.5816.32-
YUV104.95130.29138.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=36.62%
G=29.85%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710900.180.080.53327.2710.1942.35
Hex77616D012835147a2a
Octal16714115502210655071252
Binary11101111100001110110101001010001101011010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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