Html Css Color HEX #787981 Storm Grey

📋 copy color: '#787981'

red 120 ◦ green 121 ◦ blue 129

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

Shades of Storm Grey #787981

Tints of Storm Grey #787981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 32.43%
G = 32.7%
B = 34.86%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787981 (or 0x787981) is known color: Storm Grey. HEX triplet: 78, 79 and 81. RGB value is (120,121,129). Sum of RGB (Red+Green+Blue) = 120+121+129=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #787981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787981 is #87867E. Grayscale: #797979. Windows color (decimal): -8881791 or 8485240. OLE color: 8485240.

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

Color convert

RGB 120 121 129 -
CMYK 0.07 0.06 0 0.49
HSL 233.33º 0.04% 0.49% -
HSV(B) 233.33º 0.07% 0.51% -
XYZ 18.55 19.25 23.51 -
YUV 121.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 120 121 129 0.07 0.06 0 0.49 233.33 0.04 0.49
Hex 78 79 81 7 6 0 31 E9 4 31
Octal 170 171 201 7 6 0 61 351 4 61
Binary 1111000 1111001 10000001 111 110 0 110001 11101001 100 110001

Color Harmonies of #787981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787981

Black with #787981

Text Example


Text Example

White with #787981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787981; }

 p { color: rgb(120,121,129); }

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

background-color css

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

 a { background-color: rgb(120,121,129); }

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

border-color css

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

 span { border-color: rgb(120,121,129); }

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