#777885

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

Shades of Storm Grey #777885

Tints of Storm Grey #777885

Color information

#777885 (or 0x777885) is unknown color: approx Storm Grey. HEX triplet: 77, 78 and 85. RGB value is (119,120,133). Sum of RGB (Red+Green+Blue) = 119+120+133=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #777885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777885 is #88877A. Grayscale: #797979. Windows color (decimal): -8947579 or 8747127. OLE color: 8747127.

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

Color convert

RGB119120133-
CMYK0.110.1000.48
HSL235.71º5.56%49.41%-
HSV(B)235.71º10.53%52.16%-
XYZ18.5619.0524.89-
YUV121.18134.67126.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=31.99%
G=32.26%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191201330.110.1000.48235.715.5649.41
Hex777885BA030ec631
Octal1671702051312060354661
Binary111011111110001000010110111010011000011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777885; }

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

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

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

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

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

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

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

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