Html Css Color HEX #787C8A Storm Grey

📋 copy color: '#787C8A'

red 120 ◦ green 124 ◦ blue 138

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

Shades of Storm Grey #787C8A

Tints of Storm Grey #787C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 31.41%
G = 32.46%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787C8A (or 0x787C8A) is known color: Storm Grey. HEX triplet: 78, 7C and 8A. RGB value is (120,124,138). Sum of RGB (Red+Green+Blue) = 120+124+138=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #787C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C8A is #878375. Grayscale: #7C7C7C. Windows color (decimal): -8881014 or 9075832. OLE color: 9075832.

HSL color Cylindrical-coordinate representation of color #787C8A: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787C8A is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 124 138 -
CMYK 0.13 0.10 0 0.46
HSL 226.67º 0.07% 0.51% -
HSV(B) 226.67º 0.13% 0.54% -
XYZ 19.54 20.24 26.92 -
YUV 124.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 120 124 138 0.13 0.10 0 0.46 226.67 0.07 0.51
Hex 78 7C 8A D A 0 2E E3 7 33
Octal 170 174 212 15 12 0 56 343 7 63
Binary 1111000 1111100 10001010 1101 1010 0 101110 11100011 111 110011

Color Harmonies of #787C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C8A

Black with #787C8A

Text Example


Text Example

White with #787C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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