Html Css Color HEX #777D84 Storm Grey

📋 copy color: '#777D84'

red 119 ◦ green 125 ◦ blue 132

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

Shades of Storm Grey #777D84

Tints of Storm Grey #777D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

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

R = 31.65%
G = 33.24%
B = 35.11%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777D84 (or 0x777D84) is known color: Storm Grey. HEX triplet: 77, 7D and 84. RGB value is (119,125,132). Sum of RGB (Red+Green+Blue) = 119+125+132=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #777D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D84 is #88827B. Grayscale: #7B7B7B. Windows color (decimal): -8946300 or 8682871. OLE color: 8682871.

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

Color convert

RGB 119 125 132 -
CMYK 0.10 0.05 0 0.48
HSL 212.31º 0.05% 0.49% -
HSV(B) 212.31º 0.1% 0.52% -
XYZ 19.11 20.26 24.73 -
YUV 124 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 119 125 132 0.10 0.05 0 0.48 212.31 0.05 0.49
Hex 77 7D 84 A 5 0 30 D4 5 31
Octal 167 175 204 12 5 0 60 324 5 61
Binary 1110111 1111101 10000100 1010 101 0 110000 11010100 101 110001

Color Harmonies of #777D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D84

Black with #777D84

Text Example


Text Example

White with #777D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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