#737981

Color #737981 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #737981

Tints of Storm Grey #737981

Color information

#737981 (or 0x737981) is unknown color: approx Storm Grey. HEX triplet: 73, 79 and 81. RGB value is (115,121,129). Sum of RGB (Red+Green+Blue) = 115+121+129=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #737981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737981 is #8C867E. Grayscale: #787878. Windows color (decimal): -9209471 or 8485235. OLE color: 8485235.

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

Color convert

RGB115121129-
CMYK0.110.0600.49
HSL214.29º5.74%47.84%-
HSV(B)214.29º10.85%50.59%-
XYZ17.8718.923.48-
YUV120.12133.01124.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=31.51%
G=33.15%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151211290.110.0600.49214.295.7447.84
Hex737981B6031d6630
Octal163171201136061326660
Binary11100111111001100000011011110011000111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737981; }

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

 H1.HeaderClassName
 {
   color: #737981;
 }
 .AnyTagClassName
 {
   color: #737981;
 }
</style>
background-color css

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

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

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

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

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

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