#737A84

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

Shades of Storm Grey #737A84

Tints of Storm Grey #737A84

Color information

#737A84 (or 0x737A84) is unknown color: approx Storm Grey. HEX triplet: 73, 7A and 84. RGB value is (115,122,132). Sum of RGB (Red+Green+Blue) = 115+122+132=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #737A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A84 is #8C857B. Grayscale: #787878. Windows color (decimal): -9209212 or 8682099. OLE color: 8682099.

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

Color convert

RGB115122132-
CMYK0.130.0800.48
HSL215.29º6.88%48.43%-
HSV(B)215.29º12.88%51.76%-
XYZ18.1919.2324.58-
YUV121.05134.18123.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=31.17%
G=33.06%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151221320.130.0800.48215.296.8848.43
Hex737A84D8030d7730
Octal1631722041510060327760
Binary111001111110101000010011011000011000011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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