Html Css Color HEX #777981 Storm Grey

📋 copy color: '#777981'

red 119 ◦ green 121 ◦ blue 129

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

Shades of Storm Grey #777981

Tints of Storm Grey #777981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 32.25%
G = 32.79%
B = 34.96%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777981 (or 0x777981) is known color: Storm Grey. HEX triplet: 77, 79 and 81. RGB value is (119,121,129). Sum of RGB (Red+Green+Blue) = 119+121+129=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 129 - color contains mainly: blue. Hex color #777981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777981 is #88867E. Grayscale: #797979. Windows color (decimal): -8947327 or 8485239. OLE color: 8485239.

HSL color Cylindrical-coordinate representation of color #777981: hue angle of 228º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #777981 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 121 129 -
CMYK 0.08 0.06 0 0.49
HSL 228º 0.04% 0.49% -
HSV(B) 228º 0.08% 0.51% -
XYZ 18.41 19.18 23.5 -
YUV 121.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 119 121 129 0.08 0.06 0 0.49 228 0.04 0.49
Hex 77 79 81 8 6 0 31 E4 4 31
Octal 167 171 201 10 6 0 61 344 4 61
Binary 1110111 1111001 10000001 1000 110 0 110001 11100100 100 110001

Color Harmonies of #777981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777981

Black with #777981

Text Example


Text Example

White with #777981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777981; }

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

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

background-color css

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

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

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

border-color css

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

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

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