Html Css Color HEX #797981 Storm Grey

📋 copy color: '#797981'

red 121 ◦ green 121 ◦ blue 129

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

Shades of Storm Grey #797981

Tints of Storm Grey #797981

RGB

 RED value IS 121 (47.66% from 255) = 32.61%

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

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

R = 32.61%
G = 32.61%
B = 34.77%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797981 (or 0x797981) is known color: Storm Grey. HEX triplet: 79, 79 and 81. RGB value is (121,121,129). Sum of RGB (Red+Green+Blue) = 121+121+129=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 129 - color contains mainly: blue. Hex color #797981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797981 is #86867E. Grayscale: #797979. Windows color (decimal): -8816255 or 8485241. OLE color: 8485241.

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

Color convert

RGB 121 121 129 -
CMYK 0.06 0.06 0 0.49
HSL 240º 0.03% 0.49% -
HSV(B) 240º 0.06% 0.51% -
XYZ 18.68 19.32 23.51 -
YUV 121.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 121 121 129 0.06 0.06 0 0.49 240 0.03 0.49
Hex 79 79 81 6 6 0 31 F0 3 31
Octal 171 171 201 6 6 0 61 360 3 61
Binary 1111001 1111001 10000001 110 110 0 110001 11110000 11 110001

Color Harmonies of #797981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797981

Black with #797981

Text Example


Text Example

White with #797981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797981; }

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

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

background-color css

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

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

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

border-color css

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

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

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