Html Css Color HEX #787884 Storm Grey

📋 copy color: '#787884'

red 120 ◦ green 120 ◦ blue 132

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

Shades of Storm Grey #787884

Tints of Storm Grey #787884

RGB

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

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

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

R = 32.26%
G = 32.26%
B = 35.48%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787884 (or 0x787884) is known color: Storm Grey. HEX triplet: 78, 78 and 84. RGB value is (120,120,132). Sum of RGB (Red+Green+Blue) = 120+120+132=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #787884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787884 is #87877B. Grayscale: #797979. Windows color (decimal): -8882044 or 8681592. OLE color: 8681592.

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

Color convert

RGB 120 120 132 -
CMYK 0.09 0.09 0 0.48
HSL 240º 0.05% 0.49% -
HSV(B) 240º 0.09% 0.52% -
XYZ 18.63 19.09 24.53 -
YUV 121.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 120 120 132 0.09 0.09 0 0.48 240 0.05 0.49
Hex 78 78 84 9 9 0 30 F0 5 31
Octal 170 170 204 11 11 0 60 360 5 61
Binary 1111000 1111000 10000100 1001 1001 0 110000 11110000 101 110001

Color Harmonies of #787884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787884

Black with #787884

Text Example


Text Example

White with #787884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787884; }

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

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

background-color css

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

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

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

border-color css

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

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

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