Html Css Color HEX #797C90 Storm Grey

📋 copy color: '#797C90'

red 121 ◦ green 124 ◦ blue 144

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

Shades of Storm Grey #797C90

Tints of Storm Grey #797C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 31.11%
G = 31.88%
B = 37.02%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#797C90 (or 0x797C90) is known color: Storm Grey. HEX triplet: 79, 7C and 90. RGB value is (121,124,144). Sum of RGB (Red+Green+Blue) = 121+124+144=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #797C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C90 is #86836F. Grayscale: #7D7D7D. Windows color (decimal): -8815472 or 9469049. OLE color: 9469049.

HSL color Cylindrical-coordinate representation of color #797C90: hue angle of 232.17º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797C90 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 124 144 -
CMYK 0.16 0.14 0 0.44
HSL 232.17º 0.09% 0.52% -
HSV(B) 232.17º 0.16% 0.56% -
XYZ 20.13 20.49 29.28 -
YUV 125.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 121 124 144 0.16 0.14 0 0.44 232.17 0.09 0.52
Hex 79 7C 90 10 E 0 2C E8 9 34
Octal 171 174 220 20 16 0 54 350 11 64
Binary 1111001 1111100 10010000 10000 1110 0 101100 11101000 1001 110100

Color Harmonies of #797C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C90

Black with #797C90

Text Example


Text Example

White with #797C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,144); }

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

background-color css

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

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

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

border-color css

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

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

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