#777783

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

Shades of Storm Grey #777783

Tints of Storm Grey #777783

Color information

#777783 (or 0x777783) is unknown color: approx Storm Grey. HEX triplet: 77, 77 and 83. RGB value is (119,119,131). Sum of RGB (Red+Green+Blue) = 119+119+131=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #777783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777783 is #88887C. Grayscale: #787878. Windows color (decimal): -8947837 or 8615799. OLE color: 8615799.

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

Color convert

RGB119119131-
CMYK0.090.0900.49
HSL240º4.8%49.02%-
HSV(B)240º9.16%51.37%-
XYZ18.318.7524.13-
YUV120.37134127.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=32.25%
G=32.25%
B=35.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191191310.090.0900.492404.849.02
Hex77778399031f0531
Octal1671672031111061360561
Binary111011111101111000001110011001011000111110000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777783; }

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

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

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

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

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

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

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

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