#777785

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

Shades of Storm Grey #777785

Tints of Storm Grey #777785

Color information

#777785 (or 0x777785) is unknown color: approx Storm Grey. HEX triplet: 77, 77 and 85. RGB value is (119,119,133). Sum of RGB (Red+Green+Blue) = 119+119+133=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #777785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777785 is #88887A. Grayscale: #787878. Windows color (decimal): -8947835 or 8746871. OLE color: 8746871.

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

Color convert

RGB119119133-
CMYK0.110.1100.48
HSL240º5.56%49.41%-
HSV(B)240º10.53%52.16%-
XYZ18.4418.8124.85-
YUV120.6135126.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=32.08%
G=32.08%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191191330.110.1100.482405.5649.41
Hex777785BB030f0631
Octal1671672051313060360661
Binary111011111101111000010110111011011000011110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777785; }

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

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

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

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

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

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

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

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