Html Css Color HEX #777884 Storm Grey

📋 copy color: '#777884'

red 119 ◦ green 120 ◦ blue 132

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

Shades of Storm Grey #777884

Tints of Storm Grey #777884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 32.08%
G = 32.35%
B = 35.58%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777884 (or 0x777884) is known color: Storm Grey. HEX triplet: 77, 78 and 84. RGB value is (119,120,132). Sum of RGB (Red+Green+Blue) = 119+120+132=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #777884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777884 is #88877B. Grayscale: #797979. Windows color (decimal): -8947580 or 8681591. OLE color: 8681591.

HSL color Cylindrical-coordinate representation of color #777884: hue angle of 235.38º 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 #777884 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 120 132 -
CMYK 0.10 0.09 0 0.48
HSL 235.38º 0.05% 0.49% -
HSV(B) 235.38º 0.1% 0.52% -
XYZ 18.49 19.02 24.53 -
YUV 121.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 119 120 132 0.10 0.09 0 0.48 235.38 0.05 0.49
Hex 77 78 84 A 9 0 30 EB 5 31
Octal 167 170 204 12 11 0 60 353 5 61
Binary 1110111 1111000 10000100 1010 1001 0 110000 11101011 101 110001

Color Harmonies of #777884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777884

Black with #777884

Text Example


Text Example

White with #777884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777884; }

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

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

background-color css

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

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

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

border-color css

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

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

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