Html Css Color HEX #78798D Storm Grey

📋 copy color: '#78798D'

red 120 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #78798D

Tints of Storm Grey #78798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 31.41%
G = 31.68%
B = 36.91%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78798D (or 0x78798D) is known color: Storm Grey. HEX triplet: 78, 79 and 8D. RGB value is (120,121,141). Sum of RGB (Red+Green+Blue) = 120+121+141=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #78798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798D is #878672. Grayscale: #7A7A7A. Windows color (decimal): -8881779 or 9271672. OLE color: 9271672.

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

Color convert

RGB 120 121 141 -
CMYK 0.15 0.14 0 0.45
HSL 237.14º 0.08% 0.51% -
HSV(B) 237.14º 0.15% 0.55% -
XYZ 19.39 19.59 27.96 -
YUV 122.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 120 121 141 0.15 0.14 0 0.45 237.14 0.08 0.51
Hex 78 79 8D F E 0 2D ED 8 33
Octal 170 171 215 17 16 0 55 355 10 63
Binary 1111000 1111001 10001101 1111 1110 0 101101 11101101 1000 110011

Color Harmonies of #78798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78798D

Black with #78798D

Text Example


Text Example

White with #78798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78798D; }

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

 H1.HeaderClassName
 {
   color: #78798D;
 }
 .AnyTagClassName
 {
   color: #78798D;
 }
</style>

background-color css

<style>
 a { background-color: #78798D; }

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

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

border-color css

<style>
 span { border-color: #78798D; }

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

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