Html Css Color HEX #78797B Storm Grey

📋 copy color: '#78797B'

red 120 ◦ green 121 ◦ blue 123

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

Shades of Storm Grey #78797B

Tints of Storm Grey #78797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 32.97%
G = 33.24%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78797B (or 0x78797B) is known color: Storm Grey. HEX triplet: 78, 79 and 7B. RGB value is (120,121,123). Sum of RGB (Red+Green+Blue) = 120+121+123=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 123 - color contains mainly: blue. Hex color #78797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78797B is #878684. Grayscale: #787878. Windows color (decimal): -8881797 or 8092024. OLE color: 8092024.

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

Color convert

RGB 120 121 123 -
CMYK 0.02 0.02 0 0.52
HSL 220º 0.01% 0.48% -
HSV(B) 220º 0.02% 0.48% -
XYZ 18.16 19.1 21.47 -
YUV 120.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 120 121 123 0.02 0.02 0 0.52 220 0.01 0.48
Hex 78 79 7B 2 2 0 34 DC 1 30
Octal 170 171 173 2 2 0 64 334 1 60
Binary 1111000 1111001 1111011 10 10 0 110100 11011100 1 110000

Color Harmonies of #78797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78797B

Black with #78797B

Text Example


Text Example

White with #78797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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