#777982

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

Shades of Storm Grey #777982

Tints of Storm Grey #777982

Color information

#777982 (or 0x777982) is unknown color: approx Storm Grey. HEX triplet: 77, 79 and 82. RGB value is (119,121,130). Sum of RGB (Red+Green+Blue) = 119+121+130=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #777982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777982 is #88867D. Grayscale: #797979. Windows color (decimal): -8947326 or 8550775. OLE color: 8550775.

HSL color Cylindrical-coordinate representation of color #777982: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #777982 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119121130-
CMYK0.080.0700.49
HSL229.09º4.42%48.82%-
HSV(B)229.09º8.46%50.98%-
XYZ18.4719.2123.85-
YUV121.43132.84126.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=32.16%
G=32.70%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191211300.080.0700.49229.094.4248.82
Hex77798287031e5431
Octal167171202107061345461
Binary11101111111001100000101000111011000111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777982; }

 p { color: rgb(119,121,130); }

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

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

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

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

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

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

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