#77616C

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

Shades of Scorpion #77616C

Tints of Scorpion #77616C

Color information

#77616C (or 0x77616C) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 6C. RGB value is (119,97,108). Sum of RGB (Red+Green+Blue) = 119+97+108=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616C is #889E93. Grayscale: #686868. Windows color (decimal): -8953492 or 7102839. OLE color: 7102839.

HSL color Cylindrical-coordinate representation of color #77616C: hue angle of 330º 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 #77616C is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11997108-
CMYK00.180.090.53
HSL330º10.19%42.35%-
HSV(B)330º18.49%46.67%-
XYZ14.5913.5516.03-
YUV104.83129.79138.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=36.73%
G=29.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710800.180.090.5333010.1942.35
Hex77616C01293514aa2a
Octal16714115402211655121252
Binary11101111100001110110001001010011101011010010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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