#777996

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

Shades of Storm Grey #777996

Tints of Storm Grey #777996

Color information

#777996 (or 0x777996) is unknown color: approx Storm Grey. HEX triplet: 77, 79 and 96. RGB value is (119,121,150). Sum of RGB (Red+Green+Blue) = 119+121+150=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #777996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777996 is #888669. Grayscale: #7B7B7B. Windows color (decimal): -8947306 or 9861495. OLE color: 9861495.

HSL color Cylindrical-coordinate representation of color #777996: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777996 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119121150-
CMYK0.210.1900.41
HSL236.13º12.86%52.75%-
HSV(B)236.13º20.67%58.82%-
XYZ19.9519.831.62-
YUV123.71142.84124.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=30.51%
G=31.03%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191211500.210.1900.41236.1312.8652.75
Hex7779961513029ecd35
Octal16717122625230513541565
Binary111011111110011001011010101100110101001111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777996; }

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

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

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

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

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

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

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

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