#777A8A

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

Shades of Storm Grey #777A8A

Tints of Storm Grey #777A8A

Color information

#777A8A (or 0x777A8A) is unknown color: approx Storm Grey. HEX triplet: 77, 7A and 8A. RGB value is (119,122,138). Sum of RGB (Red+Green+Blue) = 119+122+138=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #777A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A8A is #888575. Grayscale: #7A7A7A. Windows color (decimal): -8947062 or 9075319. OLE color: 9075319.

HSL color Cylindrical-coordinate representation of color #777A8A: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777A8A is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119122138-
CMYK0.140.1200.46
HSL230.53º7.51%50.39%-
HSV(B)230.53º13.77%54.12%-
XYZ19.1519.6826.83-
YUV122.93136.51125.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=31.40%
G=32.19%
B=36.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191221380.140.1200.46230.537.5150.39
Hex777A8AEC02Ee7832
Octal16717221216140563471062
Binary1110111111101010001010111011000101110111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A8A; }

 p { color: rgb(119,122,138); }

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

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

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

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

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

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

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