#737A8E

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

Shades of Storm Grey #737A8E

Tints of Storm Grey #737A8E

Color information

#737A8E (or 0x737A8E) is unknown color: approx Storm Grey. HEX triplet: 73, 7A and 8E. RGB value is (115,122,142). Sum of RGB (Red+Green+Blue) = 115+122+142=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #737A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A8E is #8C8571. Grayscale: #7A7A7A. Windows color (decimal): -9209202 or 9337459. OLE color: 9337459.

HSL color Cylindrical-coordinate representation of color #737A8E: hue angle of 224.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #737A8E is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115122142-
CMYK0.190.1400.44
HSL224.44º10.67%50.39%-
HSV(B)224.44º19.01%55.69%-
XYZ18.9119.5228.36-
YUV122.19139.18122.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=30.34%
G=32.19%
B=37.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151221420.190.1400.44224.4410.6750.39
Hex737A8E13E02Ce0b32
Octal16317221623160543401362
Binary11100111111010100011101001111100101100111000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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