Html Css Color HEX #797E8A Storm Grey

📋 copy color: '#797E8A'

red 121 ◦ green 126 ◦ blue 138

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

Shades of Storm Grey #797E8A

Tints of Storm Grey #797E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 31.43%
G = 32.73%
B = 35.84%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#797E8A (or 0x797E8A) is known color: Storm Grey. HEX triplet: 79, 7E and 8A. RGB value is (121,126,138). Sum of RGB (Red+Green+Blue) = 121+126+138=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #797E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E8A is #868175. Grayscale: #7D7D7D. Windows color (decimal): -8814966 or 9076345. OLE color: 9076345.

HSL color Cylindrical-coordinate representation of color #797E8A: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797E8A is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 126 138 -
CMYK 0.12 0.09 0 0.46
HSL 222.35º 0.07% 0.51% -
HSV(B) 222.35º 0.12% 0.54% -
XYZ 19.93 20.82 27.01 -
YUV 125.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 121 126 138 0.12 0.09 0 0.46 222.35 0.07 0.51
Hex 79 7E 8A C 9 0 2E DE 7 33
Octal 171 176 212 14 11 0 56 336 7 63
Binary 1111001 1111110 10001010 1100 1001 0 101110 11011110 111 110011

Color Harmonies of #797E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797E8A

Black with #797E8A

Text Example


Text Example

White with #797E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797E8A; }

 p { color: rgb(121,126,138); }

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

background-color css

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

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

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

border-color css

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

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

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