Html Css Color HEX #777984 Storm Grey

📋 copy color: '#777984'

red 119 ◦ green 121 ◦ blue 132

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

Shades of Storm Grey #777984

Tints of Storm Grey #777984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 31.99%
G = 32.53%
B = 35.48%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777984 (or 0x777984) is known color: Storm Grey. HEX triplet: 77, 79 and 84. RGB value is (119,121,132). Sum of RGB (Red+Green+Blue) = 119+121+132=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #777984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777984 is #88867B. Grayscale: #797979. Windows color (decimal): -8947324 or 8681847. OLE color: 8681847.

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

Color convert

RGB 119 121 132 -
CMYK 0.10 0.08 0 0.48
HSL 230.77º 0.05% 0.49% -
HSV(B) 230.77º 0.1% 0.52% -
XYZ 18.61 19.26 24.57 -
YUV 121.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 119 121 132 0.10 0.08 0 0.48 230.77 0.05 0.49
Hex 77 79 84 A 8 0 30 E7 5 31
Octal 167 171 204 12 10 0 60 347 5 61
Binary 1110111 1111001 10000100 1010 1000 0 110000 11100111 101 110001

Color Harmonies of #777984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777984

Black with #777984

Text Example


Text Example

White with #777984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777984; }

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

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

background-color css

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

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

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

border-color css

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

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

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