#737A85

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

Shades of Storm Grey #737A85

Tints of Storm Grey #737A85

Color information

#737A85 (or 0x737A85) is unknown color: approx Storm Grey. HEX triplet: 73, 7A and 85. RGB value is (115,122,133). Sum of RGB (Red+Green+Blue) = 115+122+133=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #737A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A85 is #8C857A. Grayscale: #797979. Windows color (decimal): -9209211 or 8747635. OLE color: 8747635.

HSL color Cylindrical-coordinate representation of color #737A85: hue angle of 216.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737A85 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115122133-
CMYK0.140.0800.48
HSL216.67º7.26%48.63%-
HSV(B)216.67º13.53%52.16%-
XYZ18.2619.2624.94-
YUV121.16134.68123.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=31.08%
G=32.97%
B=35.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151221330.140.0800.48216.677.2648.63
Hex737A85E8030d9731
Octal1631722051610060331761
Binary111001111110101000010111101000011000011011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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