Html Css Color HEX #787D8D Storm Grey

📋 copy color: '#787D8D'

red 120 ◦ green 125 ◦ blue 141

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

Shades of Storm Grey #787D8D

Tints of Storm Grey #787D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 31.09%
G = 32.38%
B = 36.53%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#787D8D (or 0x787D8D) is known color: Storm Grey. HEX triplet: 78, 7D and 8D. RGB value is (120,125,141). Sum of RGB (Red+Green+Blue) = 120+125+141=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #787D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D8D is #878272. Grayscale: #7D7D7D. Windows color (decimal): -8880755 or 9272696. OLE color: 9272696.

HSL color Cylindrical-coordinate representation of color #787D8D: hue angle of 225.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787D8D is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 125 141 -
CMYK 0.15 0.11 0 0.45
HSL 225.71º 0.08% 0.51% -
HSV(B) 225.71º 0.15% 0.55% -
XYZ 19.89 20.58 28.12 -
YUV 125.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 120 125 141 0.15 0.11 0 0.45 225.71 0.08 0.51
Hex 78 7D 8D F B 0 2D E2 8 33
Octal 170 175 215 17 13 0 55 342 10 63
Binary 1111000 1111101 10001101 1111 1011 0 101101 11100010 1000 110011

Color Harmonies of #787D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787D8D

Black with #787D8D

Text Example


Text Example

White with #787D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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