Html Css Color HEX #797C84 Storm Grey

📋 copy color: '#797C84'

red 121 ◦ green 124 ◦ blue 132

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

Shades of Storm Grey #797C84

Tints of Storm Grey #797C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 32.1%
G = 32.89%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797C84 (or 0x797C84) is known color: Storm Grey. HEX triplet: 79, 7C and 84. RGB value is (121,124,132). Sum of RGB (Red+Green+Blue) = 121+124+132=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #797C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C84 is #86837B. Grayscale: #7B7B7B. Windows color (decimal): -8815484 or 8682617. OLE color: 8682617.

HSL color Cylindrical-coordinate representation of color #797C84: hue angle of 223.64º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797C84 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 124 132 -
CMYK 0.08 0.06 0 0.48
HSL 223.64º 0.04% 0.5% -
HSV(B) 223.64º 0.08% 0.52% -
XYZ 19.26 20.15 24.7 -
YUV 124.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 121 124 132 0.08 0.06 0 0.48 223.64 0.04 0.5
Hex 79 7C 84 8 6 0 30 E0 4 32
Octal 171 174 204 10 6 0 60 340 4 62
Binary 1111001 1111100 10000100 1000 110 0 110000 11100000 100 110010

Color Harmonies of #797C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C84

Black with #797C84

Text Example


Text Example

White with #797C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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