#77778D

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

Shades of Storm Grey #77778D

Tints of Storm Grey #77778D

Color information

#77778D (or 0x77778D) is unknown color: approx Storm Grey. HEX triplet: 77, 77 and 8D. RGB value is (119,119,141). Sum of RGB (Red+Green+Blue) = 119+119+141=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #77778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77778D is #888872. Grayscale: #797979. Windows color (decimal): -8947827 or 9271159. OLE color: 9271159.

HSL color Cylindrical-coordinate representation of color #77778D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77778D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119119141-
CMYK0.160.1600.45
HSL240º8.8%50.98%-
HSV(B)240º15.6%55.29%-
XYZ19.0119.0427.87-
YUV121.51139126.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=31.40%
G=31.40%
B=37.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191191410.160.1600.452408.850.98
Hex77778D101002Df0933
Octal16716721520200553601163
Binary111011111101111000110110000100000101101111100001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77778D; }

 p { color: rgb(119,119,141); }

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

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

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

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

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

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

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