Html Css Color HEX #787F8A Storm Grey

📋 copy color: '#787F8A'

red 120 ◦ green 127 ◦ blue 138

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

Shades of Storm Grey #787F8A

Tints of Storm Grey #787F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 31.17%
G = 32.99%
B = 35.84%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787F8A (or 0x787F8A) is known color: Storm Grey. HEX triplet: 78, 7F and 8A. RGB value is (120,127,138). Sum of RGB (Red+Green+Blue) = 120+127+138=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #787F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F8A is #878075. Grayscale: #7E7E7E. Windows color (decimal): -8880246 or 9076600. OLE color: 9076600.

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

Color convert

RGB 120 127 138 -
CMYK 0.13 0.08 0 0.46
HSL 216.67º 0.07% 0.51% -
HSV(B) 216.67º 0.13% 0.54% -
XYZ 19.92 21.01 27.05 -
YUV 126.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 120 127 138 0.13 0.08 0 0.46 216.67 0.07 0.51
Hex 78 7F 8A D 8 0 2E D9 7 33
Octal 170 177 212 15 10 0 56 331 7 63
Binary 1111000 1111111 10001010 1101 1000 0 101110 11011001 111 110011

Color Harmonies of #787F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F8A

Black with #787F8A

Text Example


Text Example

White with #787F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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