#777781

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

Shades of Storm Grey #777781

Tints of Storm Grey #777781

Color information

#777781 (or 0x777781) is unknown color: approx Storm Grey. HEX triplet: 77, 77 and 81. RGB value is (119,119,129). Sum of RGB (Red+Green+Blue) = 119+119+129=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #777781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777781 is #88887E. Grayscale: #787878. Windows color (decimal): -8947839 or 8484727. OLE color: 8484727.

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

Color convert

RGB119119129-
CMYK0.080.0800.49
HSL240º4.03%48.63%-
HSV(B)240º7.75%50.59%-
XYZ18.1718.723.42-
YUV120.14133127.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=32.43%
G=32.43%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191191290.080.0800.492404.0348.63
Hex77778188031f0431
Octal1671672011010061360461
Binary111011111101111000000110001000011000111110000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777781; }

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

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

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

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

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

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

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

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