Html Css Color HEX #787A7D Storm Grey

📋 copy color: '#787A7D'

red 120 ◦ green 122 ◦ blue 125

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

Shades of Storm Grey #787A7D

Tints of Storm Grey #787A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 32.7%
G = 33.24%
B = 34.06%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#787A7D (or 0x787A7D) is known color: Storm Grey. HEX triplet: 78, 7A and 7D. RGB value is (120,122,125). Sum of RGB (Red+Green+Blue) = 120+122+125=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 125 - color contains mainly: blue. Hex color #787A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A7D is #878582. Grayscale: #797979. Windows color (decimal): -8881539 or 8223352. OLE color: 8223352.

HSL color Cylindrical-coordinate representation of color #787A7D: hue angle of 216º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #787A7D is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 122 125 -
CMYK 0.04 0.02 0 0.51
HSL 216º 0.02% 0.48% -
HSV(B) 216º 0.04% 0.49% -
XYZ 18.41 19.39 22.18 -
YUV 121.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 120 122 125 0.04 0.02 0 0.51 216 0.02 0.48
Hex 78 7A 7D 4 2 0 33 D8 2 30
Octal 170 172 175 4 2 0 63 330 2 60
Binary 1111000 1111010 1111101 100 10 0 110011 11011000 10 110000

Color Harmonies of #787A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A7D

Black with #787A7D

Text Example


Text Example

White with #787A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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