Html Css Color HEX #797D95 Storm Grey

📋 copy color: '#797D95'

red 121 ◦ green 125 ◦ blue 149

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

Shades of Storm Grey #797D95

Tints of Storm Grey #797D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 30.63%
G = 31.65%
B = 37.72%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797D95 (or 0x797D95) is known color: Storm Grey. HEX triplet: 79, 7D and 95. RGB value is (121,125,149). Sum of RGB (Red+Green+Blue) = 121+125+149=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #797D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D95 is #86826A. Grayscale: #7E7E7E. Windows color (decimal): -8815211 or 9796985. OLE color: 9796985.

HSL color Cylindrical-coordinate representation of color #797D95: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797D95 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 125 149 -
CMYK 0.19 0.16 0 0.42
HSL 231.43º 0.12% 0.53% -
HSV(B) 231.43º 0.19% 0.58% -
XYZ 20.64 20.9 31.38 -
YUV 126.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 121 125 149 0.19 0.16 0 0.42 231.43 0.12 0.53
Hex 79 7D 95 13 10 0 2A E7 C 35
Octal 171 175 225 23 20 0 52 347 14 65
Binary 1111001 1111101 10010101 10011 10000 0 101010 11100111 1100 110101

Color Harmonies of #797D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D95

Black with #797D95

Text Example


Text Example

White with #797D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,125,149); }

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

background-color css

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

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

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

border-color css

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

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

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