Html Css Color HEX #777986 Storm Grey

📋 copy color: '#777986'

red 119 ◦ green 121 ◦ blue 134

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

Shades of Storm Grey #777986

Tints of Storm Grey #777986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 31.82%
G = 32.35%
B = 35.83%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777986 (or 0x777986) is known color: Storm Grey. HEX triplet: 77, 79 and 86. RGB value is (119,121,134). Sum of RGB (Red+Green+Blue) = 119+121+134=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 134 - color contains mainly: blue. Hex color #777986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777986 is #888679. Grayscale: #797979. Windows color (decimal): -8947322 or 8812919. OLE color: 8812919.

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

Color convert

RGB 119 121 134 -
CMYK 0.11 0.10 0 0.47
HSL 232º 0.06% 0.5% -
HSV(B) 232º 0.11% 0.53% -
XYZ 18.75 19.32 25.29 -
YUV 121.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 119 121 134 0.11 0.10 0 0.47 232 0.06 0.5
Hex 77 79 86 B A 0 2F E8 6 32
Octal 167 171 206 13 12 0 57 350 6 62
Binary 1110111 1111001 10000110 1011 1010 0 101111 11101000 110 110010

Color Harmonies of #777986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777986

Black with #777986

Text Example


Text Example

White with #777986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777986; }

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

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

background-color css

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

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

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

border-color css

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

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

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