#737484

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

Shades of Storm Grey #737484

Tints of Storm Grey #737484

Color information

#737484 (or 0x737484) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 84. RGB value is (115,116,132). Sum of RGB (Red+Green+Blue) = 115+116+132=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #737484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737484 is #8C8B7B. Grayscale: #757575. Windows color (decimal): -9210748 or 8680563. OLE color: 8680563.

HSL color Cylindrical-coordinate representation of color #737484: hue angle of 236.47º 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 #737484 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115116132-
CMYK0.130.1200.48
HSL236.47º6.88%48.43%-
HSV(B)236.47º12.88%51.76%-
XYZ17.4817.824.34-
YUV117.52136.17126.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=31.68%
G=31.96%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151161320.130.1200.48236.476.8848.43
Hex737484DC030ec730
Octal1631642041514060354760
Binary111001111101001000010011011100011000011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737484; }

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

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

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

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

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

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

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

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