#777786

Color #777786 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #777786

Tints of Storm Grey #777786

Color information

#777786 (or 0x777786) is unknown color: approx Storm Grey. HEX triplet: 77, 77 and 86. RGB value is (119,119,134). Sum of RGB (Red+Green+Blue) = 119+119+134=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #777786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777786 is #888879. Grayscale: #787878. Windows color (decimal): -8947834 or 8812407. OLE color: 8812407.

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

Color convert

RGB119119134-
CMYK0.110.1100.47
HSL240º5.93%49.61%-
HSV(B)240º11.19%52.55%-
XYZ18.5118.8425.21-
YUV120.71135.5126.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=31.99%
G=31.99%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191191340.110.1100.472405.9349.61
Hex777786BB02Ff0632
Octal1671672061313057360662
Binary111011111101111000011010111011010111111110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777786; }

 p { color: rgb(119,119,134); }

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

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

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

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

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

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

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