#777992

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

Shades of Storm Grey #777992

Tints of Storm Grey #777992

Color information

#777992 (or 0x777992) is unknown color: approx Storm Grey. HEX triplet: 77, 79 and 92. RGB value is (119,121,146). Sum of RGB (Red+Green+Blue) = 119+121+146=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #777992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777992 is #88866D. Grayscale: #7B7B7B. Windows color (decimal): -8947310 or 9599351. OLE color: 9599351.

HSL color Cylindrical-coordinate representation of color #777992: hue angle of 235.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777992 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119121146-
CMYK0.180.1700.43
HSL235.56º11.02%51.96%-
HSV(B)235.56º18.49%57.25%-
XYZ19.6319.6729.96-
YUV123.25140.84124.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=30.83%
G=31.35%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191211460.180.1700.43235.5611.0251.96
Hex777992121102Becb34
Octal16717122222210533541364
Binary111011111110011001001010010100010101011111011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777992; }

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

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

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

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

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

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

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

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