Html Css Color HEX #77778A Storm Grey

📋 copy color: '#77778A'

red 119 ◦ green 119 ◦ blue 138

#77778A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #77778A

Tints of Storm Grey #77778A

RGB

 RED value IS 119 (46.88% from 255) = 31.65%

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 31.65%
G = 31.65%
B = 36.7%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77778A (or 0x77778A) is known color: Storm Grey. HEX triplet: 77, 77 and 8A. RGB value is (119,119,138). Sum of RGB (Red+Green+Blue) = 119+119+138=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #77778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77778A is #888875. Grayscale: #797979. Windows color (decimal): -8947830 or 9074551. OLE color: 9074551.

HSL color Cylindrical-coordinate representation of color #77778A: hue angle of 240º 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 #77778A is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 119 138 -
CMYK 0.14 0.14 0 0.46
HSL 240º 0.08% 0.5% -
HSV(B) 240º 0.14% 0.54% -
XYZ 18.79 18.95 26.71 -
YUV 121.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 119 119 138 0.14 0.14 0 0.46 240 0.08 0.5
Hex 77 77 8A E E 0 2E F0 8 32
Octal 167 167 212 16 16 0 56 360 10 62
Binary 1110111 1110111 10001010 1110 1110 0 101110 11110000 1000 110010

Color Harmonies of #77778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77778A

Black with #77778A

Text Example


Text Example

White with #77778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77778A;
 }
 .AnyTagClassName
 {
   color: #77778A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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