Html Css Color HEX #797986 Storm Grey

📋 copy color: '#797986'

red 121 ◦ green 121 ◦ blue 134

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

Shades of Storm Grey #797986

Tints of Storm Grey #797986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 32.18%
G = 32.18%
B = 35.64%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#797986 (or 0x797986) is known color: Storm Grey. HEX triplet: 79, 79 and 86. RGB value is (121,121,134). Sum of RGB (Red+Green+Blue) = 121+121+134=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #797986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797986 is #868679. Grayscale: #7A7A7A. Windows color (decimal): -8816250 or 8812921. OLE color: 8812921.

HSL color Cylindrical-coordinate representation of color #797986: hue angle of 240º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797986 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 121 134 -
CMYK 0.10 0.10 0 0.47
HSL 240º 0.05% 0.5% -
HSV(B) 240º 0.1% 0.53% -
XYZ 19.03 19.46 25.31 -
YUV 122.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 121 121 134 0.10 0.10 0 0.47 240 0.05 0.5
Hex 79 79 86 A A 0 2F F0 5 32
Octal 171 171 206 12 12 0 57 360 5 62
Binary 1111001 1111001 10000110 1010 1010 0 101111 11110000 101 110010

Color Harmonies of #797986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797986

Black with #797986

Text Example


Text Example

White with #797986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797986; }

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

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

background-color css

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

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

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

border-color css

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

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

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