Html Css Color HEX #797A90 Storm Grey

📋 copy color: '#797A90'

red 121 ◦ green 122 ◦ blue 144

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

Shades of Storm Grey #797A90

Tints of Storm Grey #797A90

RGB

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

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

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

R = 31.27%
G = 31.52%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#797A90 (or 0x797A90) is known color: Storm Grey. HEX triplet: 79, 7A and 90. RGB value is (121,122,144). Sum of RGB (Red+Green+Blue) = 121+122+144=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #797A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A90 is #86856F. Grayscale: #7C7C7C. Windows color (decimal): -8815984 or 9468537. OLE color: 9468537.

HSL color Cylindrical-coordinate representation of color #797A90: hue angle of 237.39º 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 #797A90 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 122 144 -
CMYK 0.16 0.15 0 0.44
HSL 237.39º 0.09% 0.52% -
HSV(B) 237.39º 0.16% 0.56% -
XYZ 19.88 20 29.2 -
YUV 124.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 121 122 144 0.16 0.15 0 0.44 237.39 0.09 0.52
Hex 79 7A 90 10 F 0 2C ED 9 34
Octal 171 172 220 20 17 0 54 355 11 64
Binary 1111001 1111010 10010000 10000 1111 0 101100 11101101 1001 110100

Color Harmonies of #797A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A90

Black with #797A90

Text Example


Text Example

White with #797A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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