#77616A

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

Shades of Scorpion #77616A

Tints of Scorpion #77616A

Color information

#77616A (or 0x77616A) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 6A. RGB value is (119,97,106). Sum of RGB (Red+Green+Blue) = 119+97+106=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616A is #889E95. Grayscale: #686868. Windows color (decimal): -8953494 or 6971767. OLE color: 6971767.

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

Color convert

RGB11997106-
CMYK00.180.110.53
HSL335.45º10.19%42.35%-
HSV(B)335.45º18.49%46.67%-
XYZ14.4813.5115.48-
YUV104.6128.79138.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=36.96%
G=30.12%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710600.180.110.53335.4510.1942.35
Hex77616A012B3514fa2a
Octal16714115202213655171252
Binary11101111100001110101001001010111101011010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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