Html Css Color HEX #787E8A Storm Grey

📋 copy color: '#787E8A'

red 120 ◦ green 126 ◦ blue 138

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

Shades of Storm Grey #787E8A

Tints of Storm Grey #787E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 31.25%
G = 32.81%
B = 35.94%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787E8A (or 0x787E8A) is known color: Storm Grey. HEX triplet: 78, 7E and 8A. RGB value is (120,126,138). Sum of RGB (Red+Green+Blue) = 120+126+138=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #787E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E8A is #878175. Grayscale: #7D7D7D. Windows color (decimal): -8880502 or 9076344. OLE color: 9076344.

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

Color convert

RGB 120 126 138 -
CMYK 0.13 0.09 0 0.46
HSL 220º 0.07% 0.51% -
HSV(B) 220º 0.13% 0.54% -
XYZ 19.79 20.75 27.01 -
YUV 125.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 120 126 138 0.13 0.09 0 0.46 220 0.07 0.51
Hex 78 7E 8A D 9 0 2E DC 7 33
Octal 170 176 212 15 11 0 56 334 7 63
Binary 1111000 1111110 10001010 1101 1001 0 101110 11011100 111 110011

Color Harmonies of #787E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787E8A

Black with #787E8A

Text Example


Text Example

White with #787E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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