Html Css Color HEX #787A80 Storm Grey

📋 copy color: '#787A80'

red 120 ◦ green 122 ◦ blue 128

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

Shades of Storm Grey #787A80

Tints of Storm Grey #787A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 32.43%
G = 32.97%
B = 34.59%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#787A80 (or 0x787A80) is known color: Storm Grey. HEX triplet: 78, 7A and 80. RGB value is (120,122,128). Sum of RGB (Red+Green+Blue) = 120+122+128=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 128 - color contains mainly: blue. Hex color #787A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A80 is #87857F. Grayscale: #7A7A7A. Windows color (decimal): -8881536 or 8419960. OLE color: 8419960.

HSL color Cylindrical-coordinate representation of color #787A80: hue angle of 225º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787A80 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 122 128 -
CMYK 0.06 0.05 0 0.50
HSL 225º 0.03% 0.49% -
HSV(B) 225º 0.06% 0.5% -
XYZ 18.6 19.47 23.2 -
YUV 122.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 120 122 128 0.06 0.05 0 0.50 225 0.03 0.49
Hex 78 7A 80 6 5 0 32 E1 3 31
Octal 170 172 200 6 5 0 62 341 3 61
Binary 1111000 1111010 10000000 110 101 0 110010 11100001 11 110001

Color Harmonies of #787A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A80

Black with #787A80

Text Example


Text Example

White with #787A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,122,128); }

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

background-color css

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

 a { background-color: rgb(120,122,128); }

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

border-color css

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

 span { border-color: rgb(120,122,128); }

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