#77636A

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

Shades of Scorpion #77636A

Tints of Scorpion #77636A

Color information

#77636A (or 0x77636A) is unknown color: approx Scorpion. HEX triplet: 77, 63 and 6A. RGB value is (119,99,106). Sum of RGB (Red+Green+Blue) = 119+99+106=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77636A is #889C95. Grayscale: #696969. Windows color (decimal): -8952982 or 6972279. OLE color: 6972279.

HSL color Cylindrical-coordinate representation of color #77636A: hue angle of 339º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77636A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11999106-
CMYK00.170.110.53
HSL339º9.17%42.75%-
HSV(B)339º16.81%46.67%-
XYZ14.6713.8915.54-
YUV105.78128.13137.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=36.73%
G=30.56%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199910600.170.110.533399.1742.75
Hex77636A011B3515392b
Octal16714315202113655231153
Binary11101111100011110101001000110111101011010100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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