#737794

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

Shades of Storm Grey #737794

Tints of Storm Grey #737794

Color information

#737794 (or 0x737794) is unknown color: approx Storm Grey. HEX triplet: 73, 77 and 94. RGB value is (115,119,148). Sum of RGB (Red+Green+Blue) = 115+119+148=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #737794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737794 is #8C886B. Grayscale: #787878. Windows color (decimal): -9209964 or 9729907. OLE color: 9729907.

HSL color Cylindrical-coordinate representation of color #737794: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737794 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115119148-
CMYK0.220.2000.42
HSL232.73º13.36%51.57%-
HSV(B)232.73º22.3%58.04%-
XYZ19.0118.9830.68-
YUV121.11143.17123.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=30.10%
G=31.15%
B=38.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151191480.220.2000.42232.7313.3651.57
Hex737794161402Ae9d34
Octal16316722426240523511564
Binary111001111101111001010010110101000101010111010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737794; }

 p { color: rgb(115,119,148); }

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

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

 a { background-color: rgb(115,119,148); }

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

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

 span { border-color: rgb(115,119,148); }

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