Html Css Color HEX #787C8E Storm Grey

📋 copy color: '#787C8E'

red 120 ◦ green 124 ◦ blue 142

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

Shades of Storm Grey #787C8E

Tints of Storm Grey #787C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 31.09%
G = 32.12%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#787C8E (or 0x787C8E) is known color: Storm Grey. HEX triplet: 78, 7C and 8E. RGB value is (120,124,142). Sum of RGB (Red+Green+Blue) = 120+124+142=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #787C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C8E is #878371. Grayscale: #7C7C7C. Windows color (decimal): -8881010 or 9337976. OLE color: 9337976.

HSL color Cylindrical-coordinate representation of color #787C8E: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787C8E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 124 142 -
CMYK 0.15 0.13 0 0.44
HSL 229.09º 0.09% 0.51% -
HSV(B) 229.09º 0.15% 0.56% -
XYZ 19.84 20.36 28.48 -
YUV 124.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 120 124 142 0.15 0.13 0 0.44 229.09 0.09 0.51
Hex 78 7C 8E F D 0 2C E5 9 33
Octal 170 174 216 17 15 0 54 345 11 63
Binary 1111000 1111100 10001110 1111 1101 0 101100 11100101 1001 110011

Color Harmonies of #787C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C8E

Black with #787C8E

Text Example


Text Example

White with #787C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787C8E; }

 p { color: rgb(120,124,142); }

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

background-color css

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

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

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

border-color css

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

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

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