#737B85

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

Shades of Storm Grey #737B85

Tints of Storm Grey #737B85

Color information

#737B85 (or 0x737B85) is unknown color: approx Storm Grey. HEX triplet: 73, 7B and 85. RGB value is (115,123,133). Sum of RGB (Red+Green+Blue) = 115+123+133=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #737B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737B85 is #8C847A. Grayscale: #797979. Windows color (decimal): -9208955 or 8747891. OLE color: 8747891.

HSL color Cylindrical-coordinate representation of color #737B85: hue angle of 213.33º 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 #737B85 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115123133-
CMYK0.140.0800.48
HSL213.33º7.26%48.63%-
HSV(B)213.33º13.53%52.16%-
XYZ18.3919.524.99-
YUV121.75134.35123.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=31.00%
G=33.15%
B=35.85%

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
Decimal1151231330.140.0800.48213.337.2648.63
Hex737B85E8030d5731
Octal1631732051610060325761
Binary111001111110111000010111101000011000011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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