#777886

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

Shades of Storm Grey #777886

Tints of Storm Grey #777886

Color information

#777886 (or 0x777886) is unknown color: approx Storm Grey. HEX triplet: 77, 78 and 86. RGB value is (119,120,134). Sum of RGB (Red+Green+Blue) = 119+120+134=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #777886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777886 is #888779. Grayscale: #797979. Windows color (decimal): -8947578 or 8812663. OLE color: 8812663.

HSL color Cylindrical-coordinate representation of color #777886: hue angle of 236º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777886 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119120134-
CMYK0.110.1000.47
HSL236º5.93%49.61%-
HSV(B)236º11.19%52.55%-
XYZ18.6319.0825.25-
YUV121.3135.17126.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=31.90%
G=32.17%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191201340.110.1000.472365.9349.61
Hex777886BA02Fec632
Octal1671702061312057354662
Binary111011111110001000011010111010010111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777886; }

 p { color: rgb(119,120,134); }

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

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

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

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

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

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

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