Html Css Color HEX #797A8C Storm Grey

📋 copy color: '#797A8C'

red 121 ◦ green 122 ◦ blue 140

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

Shades of Storm Grey #797A8C

Tints of Storm Grey #797A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 31.59%
G = 31.85%
B = 36.55%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#797A8C (or 0x797A8C) is known color: Storm Grey. HEX triplet: 79, 7A and 8C. RGB value is (121,122,140). Sum of RGB (Red+Green+Blue) = 121+122+140=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #797A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A8C is #868573. Grayscale: #7B7B7B. Windows color (decimal): -8815988 or 9206393. OLE color: 9206393.

HSL color Cylindrical-coordinate representation of color #797A8C: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797A8C is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 122 140 -
CMYK 0.14 0.13 0 0.45
HSL 236.84º 0.08% 0.51% -
HSV(B) 236.84º 0.14% 0.55% -
XYZ 19.58 19.88 27.62 -
YUV 123.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 121 122 140 0.14 0.13 0 0.45 236.84 0.08 0.51
Hex 79 7A 8C E D 0 2D ED 8 33
Octal 171 172 214 16 15 0 55 355 10 63
Binary 1111001 1111010 10001100 1110 1101 0 101101 11101101 1000 110011

Color Harmonies of #797A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A8C

Black with #797A8C

Text Example


Text Example

White with #797A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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