Html Css Color HEX #797A86 Storm Grey

📋 copy color: '#797A86'

red 121 ◦ green 122 ◦ blue 134

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

Shades of Storm Grey #797A86

Tints of Storm Grey #797A86

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 32.1%
G = 32.36%
B = 35.54%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#797A86 (or 0x797A86) is known color: Storm Grey. HEX triplet: 79, 7A and 86. RGB value is (121,122,134). Sum of RGB (Red+Green+Blue) = 121+122+134=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #797A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A86 is #868579. Grayscale: #7B7B7B. Windows color (decimal): -8815994 or 8813177. OLE color: 8813177.

HSL color Cylindrical-coordinate representation of color #797A86: hue angle of 235.38º 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 #797A86 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 122 134 -
CMYK 0.10 0.09 0 0.47
HSL 235.38º 0.05% 0.5% -
HSV(B) 235.38º 0.1% 0.53% -
XYZ 19.15 19.71 25.35 -
YUV 123.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 121 122 134 0.10 0.09 0 0.47 235.38 0.05 0.5
Hex 79 7A 86 A 9 0 2F EB 5 32
Octal 171 172 206 12 11 0 57 353 5 62
Binary 1111001 1111010 10000110 1010 1001 0 101111 11101011 101 110010

Color Harmonies of #797A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A86

Black with #797A86

Text Example


Text Example

White with #797A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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