#77788A

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

Shades of Storm Grey #77788A

Tints of Storm Grey #77788A

Color information

#77788A (or 0x77788A) is unknown color: approx Storm Grey. HEX triplet: 77, 78 and 8A. RGB value is (119,120,138). Sum of RGB (Red+Green+Blue) = 119+120+138=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #77788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77788A is #888775. Grayscale: #797979. Windows color (decimal): -8947574 or 9074807. OLE color: 9074807.

HSL color Cylindrical-coordinate representation of color #77788A: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77788A is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119120138-
CMYK0.140.1300.46
HSL236.84º7.51%50.39%-
HSV(B)236.84º13.77%54.12%-
XYZ18.9119.1926.75-
YUV121.75137.17126.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=31.56%
G=31.83%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191201380.140.1300.46236.847.5150.39
Hex77788AED02Eed832
Octal16717021216150563551062
Binary1110111111100010001010111011010101110111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77788A; }

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

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

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

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

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

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

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

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