#737A8A

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

Shades of Storm Grey #737A8A

Tints of Storm Grey #737A8A

Color information

#737A8A (or 0x737A8A) is unknown color: approx Storm Grey. HEX triplet: 73, 7A and 8A. RGB value is (115,122,138). Sum of RGB (Red+Green+Blue) = 115+122+138=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #737A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A8A is #8C8575. Grayscale: #797979. Windows color (decimal): -9209206 or 9075315. OLE color: 9075315.

HSL color Cylindrical-coordinate representation of color #737A8A: hue angle of 221.74º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #737A8A is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115122138-
CMYK0.170.1200.46
HSL221.74º9.09%49.61%-
HSV(B)221.74º16.67%54.12%-
XYZ18.6219.426.81-
YUV121.73137.18123.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=30.67%
G=32.53%
B=36.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151221380.170.1200.46221.749.0949.61
Hex737A8A11C02Ede932
Octal16317221221140563361162
Binary11100111111010100010101000111000101110110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737A8A; }

 p { color: rgb(115,122,138); }

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

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

 a { background-color: rgb(115,122,138); }

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

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

 span { border-color: rgb(115,122,138); }

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