#777B95

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

Shades of Storm Grey #777B95

Tints of Storm Grey #777B95

Color information

#777B95 (or 0x777B95) is unknown color: approx Storm Grey. HEX triplet: 77, 7B and 95. RGB value is (119,123,149). Sum of RGB (Red+Green+Blue) = 119+123+149=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #777B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B95 is #88846A. Grayscale: #7C7C7C. Windows color (decimal): -8946795 or 9796471. OLE color: 9796471.

HSL color Cylindrical-coordinate representation of color #777B95: hue angle of 232º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777B95 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119123149-
CMYK0.200.1700.42
HSL232º12.4%52.55%-
HSV(B)232º20.13%58.43%-
XYZ20.1220.2631.28-
YUV124.77141.67123.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=30.43%
G=31.46%
B=38.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191231490.200.1700.4223212.452.55
Hex777B95141102Ae8c35
Octal16717322524210523501465
Binary111011111110111001010110100100010101010111010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,123,149); }

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

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

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

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

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

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

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