#77606B

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

Shades of Scorpion #77606B

Tints of Scorpion #77606B

Color information

#77606B (or 0x77606B) is unknown color: approx Scorpion. HEX triplet: 77, 60 and 6B. RGB value is (119,96,107). Sum of RGB (Red+Green+Blue) = 119+96+107=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606B is #889F94. Grayscale: #686868. Windows color (decimal): -8953749 or 7037047. OLE color: 7037047.

HSL color Cylindrical-coordinate representation of color #77606B: hue angle of 331.3º 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 #77606B is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11996107-
CMYK00.190.100.53
HSL331.3º10.7%42.16%-
HSV(B)331.3º19.33%46.67%-
XYZ14.4413.3515.73-
YUV104.13129.62138.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=36.96%
G=29.81%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199610700.190.100.53331.310.742.16
Hex77606B013A3514bb2a
Octal16714015302312655131352
Binary11101111100000110101101001110101101011010010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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