#777D8F

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

Shades of Storm Grey #777D8F

Tints of Storm Grey #777D8F

Color information

#777D8F (or 0x777D8F) is unknown color: approx Storm Grey. HEX triplet: 77, 7D and 8F. RGB value is (119,125,143). Sum of RGB (Red+Green+Blue) = 119+125+143=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #777D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D8F is #888270. Grayscale: #7D7D7D. Windows color (decimal): -8946289 or 9403767. OLE color: 9403767.

HSL color Cylindrical-coordinate representation of color #777D8F: hue angle of 225º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777D8F is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119125143-
CMYK0.170.1300.44
HSL225º9.68%51.37%-
HSV(B)225º16.78%56.08%-
XYZ19.920.5728.91-
YUV125.26138.01123.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=30.75%
G=32.30%
B=36.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191251430.170.1300.442259.6851.37
Hex777D8F11D02Ce1a33
Octal16717521721150543411263
Binary11101111111101100011111000111010101100111000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,143); }

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

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

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

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

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

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

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