Html Css Color HEX #78788B Storm Grey

📋 copy color: '#78788B'

red 120 ◦ green 120 ◦ blue 139

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

Shades of Storm Grey #78788B

Tints of Storm Grey #78788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 31.66%
G = 31.66%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78788B (or 0x78788B) is known color: Storm Grey. HEX triplet: 78, 78 and 8B. RGB value is (120,120,139). Sum of RGB (Red+Green+Blue) = 120+120+139=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #78788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78788B is #878774. Grayscale: #7A7A7A. Windows color (decimal): -8882037 or 9140344. OLE color: 9140344.

HSL color Cylindrical-coordinate representation of color #78788B: hue angle of 240º 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 #78788B is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 120 139 -
CMYK 0.14 0.14 0 0.45
HSL 240º 0.08% 0.51% -
HSV(B) 240º 0.14% 0.55% -
XYZ 19.12 19.29 27.14 -
YUV 122.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 120 120 139 0.14 0.14 0 0.45 240 0.08 0.51
Hex 78 78 8B E E 0 2D F0 8 33
Octal 170 170 213 16 16 0 55 360 10 63
Binary 1111000 1111000 10001011 1110 1110 0 101101 11110000 1000 110011

Color Harmonies of #78788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78788B

Black with #78788B

Text Example


Text Example

White with #78788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,120,139); }

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

background-color css

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

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

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

border-color css

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

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

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