Html Css Color HEX #797989 Storm Grey

📋 copy color: '#797989'

red 121 ◦ green 121 ◦ blue 137

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

Shades of Storm Grey #797989

Tints of Storm Grey #797989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 31.93%
G = 31.93%
B = 36.15%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#797989 (or 0x797989) is known color: Storm Grey. HEX triplet: 79, 79 and 89. RGB value is (121,121,137). Sum of RGB (Red+Green+Blue) = 121+121+137=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #797989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797989 is #868676. Grayscale: #7A7A7A. Windows color (decimal): -8816247 or 9009529. OLE color: 9009529.

HSL color Cylindrical-coordinate representation of color #797989: hue angle of 240º degrees, saturation: 0.06, 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 #797989 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 121 137 -
CMYK 0.12 0.12 0 0.46
HSL 240º 0.06% 0.51% -
HSV(B) 240º 0.12% 0.54% -
XYZ 19.24 19.55 26.43 -
YUV 122.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 121 121 137 0.12 0.12 0 0.46 240 0.06 0.51
Hex 79 79 89 C C 0 2E F0 6 33
Octal 171 171 211 14 14 0 56 360 6 63
Binary 1111001 1111001 10001001 1100 1100 0 101110 11110000 110 110011

Color Harmonies of #797989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797989

Black with #797989

Text Example


Text Example

White with #797989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797989; }

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

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

background-color css

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

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

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

border-color css

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

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

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