Html Css Color HEX #78797E Storm Grey

📋 copy color: '#78797E'

red 120 ◦ green 121 ◦ blue 126

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

Shades of Storm Grey #78797E

Tints of Storm Grey #78797E

RGB

 RED value IS 120 (47.27% from 255) = 32.7%

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 32.7%
G = 32.97%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78797E (or 0x78797E) is known color: Storm Grey. HEX triplet: 78, 79 and 7E. RGB value is (120,121,126). Sum of RGB (Red+Green+Blue) = 120+121+126=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #78797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78797E is #878681. Grayscale: #797979. Windows color (decimal): -8881794 or 8288632. OLE color: 8288632.

HSL color Cylindrical-coordinate representation of color #78797E: hue angle of 230º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #78797E is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 121 126 -
CMYK 0.05 0.04 0 0.51
HSL 230º 0.02% 0.48% -
HSV(B) 230º 0.05% 0.49% -
XYZ 18.35 19.17 22.47 -
YUV 121.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 120 121 126 0.05 0.04 0 0.51 230 0.02 0.48
Hex 78 79 7E 5 4 0 33 E6 2 30
Octal 170 171 176 5 4 0 63 346 2 60
Binary 1111000 1111001 1111110 101 100 0 110011 11100110 10 110000

Color Harmonies of #78797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78797E

Black with #78797E

Text Example


Text Example

White with #78797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78797E; }

 p { color: rgb(120,121,126); }

 H1.HeaderClassName
 {
   color: #78797E;
 }
 .AnyTagClassName
 {
   color: #78797E;
 }
</style>

background-color css

<style>
 a { background-color: #78797E; }

 a { background-color: rgb(120,121,126); }

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

border-color css

<style>
 span { border-color: #78797E; }

 span { border-color: rgb(120,121,126); }

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