Html Css Color HEX #787B8E Storm Grey

📋 copy color: '#787B8E'

red 120 ◦ green 123 ◦ blue 142

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

Shades of Storm Grey #787B8E

Tints of Storm Grey #787B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 31.17%
G = 31.95%
B = 36.88%

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

#787B8E (or 0x787B8E) is known color: Storm Grey. HEX triplet: 78, 7B and 8E. RGB value is (120,123,142). Sum of RGB (Red+Green+Blue) = 120+123+142=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #787B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787B8E is #878471. Grayscale: #7C7C7C. Windows color (decimal): -8881266 or 9337720. OLE color: 9337720.

HSL color Cylindrical-coordinate representation of color #787B8E: hue angle of 231.82º 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 #787B8E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 123 142 -
CMYK 0.15 0.13 0 0.44
HSL 231.82º 0.09% 0.51% -
HSV(B) 231.82º 0.15% 0.56% -
XYZ 19.71 20.11 28.43 -
YUV 124.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 120 123 142 0.15 0.13 0 0.44 231.82 0.09 0.51
Hex 78 7B 8E F D 0 2C E8 9 33
Octal 170 173 216 17 15 0 54 350 11 63
Binary 1111000 1111011 10001110 1111 1101 0 101100 11101000 1001 110011

Color Harmonies of #787B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787B8E

Black with #787B8E

Text Example


Text Example

White with #787B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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