#737582

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

Shades of Storm Grey #737582

Tints of Storm Grey #737582

Color information

#737582 (or 0x737582) is unknown color: approx Storm Grey. HEX triplet: 73, 75 and 82. RGB value is (115,117,130). Sum of RGB (Red+Green+Blue) = 115+117+130=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #737582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737582 is #8C8A7D. Grayscale: #757575. Windows color (decimal): -9210494 or 8549747. OLE color: 8549747.

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

Color convert

RGB115117130-
CMYK0.120.100.49
HSL232º6.12%48.04%-
HSV(B)232º11.54%50.98%-
XYZ17.4617.9823.67-
YUV117.88134.84125.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=31.77%
G=32.32%
B=35.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151171300.120.100.492326.1248.04
Hex737582CA031e8630
Octal1631652021412061350660
Binary111001111101011000001011001010011000111101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737582; }

 p { color: rgb(115,117,130); }

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

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

 a { background-color: rgb(115,117,130); }

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

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

 span { border-color: rgb(115,117,130); }

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