#77606D

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

Shades of Scorpion #77606D

Tints of Scorpion #77606D

Color information

#77606D (or 0x77606D) is unknown color: approx Scorpion. HEX triplet: 77, 60 and 6D. RGB value is (119,96,109). Sum of RGB (Red+Green+Blue) = 119+96+109=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606D is #889F92. Grayscale: #686868. Windows color (decimal): -8953747 or 7168119. OLE color: 7168119.

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

Color convert

RGB11996109-
CMYK00.190.080.53
HSL326.09º10.7%42.16%-
HSV(B)326.09º19.33%46.67%-
XYZ14.5513.3916.29-
YUV104.36130.62138.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=36.73%
G=29.63%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199610900.190.080.53326.0910.742.16
Hex77606D013835146b2a
Octal16714015502310655061352
Binary11101111100000110110101001110001101011010001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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