#747487

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

Shades of Storm Grey #747487

Tints of Storm Grey #747487

Color information

#747487 (or 0x747487) is unknown color: approx Storm Grey. HEX triplet: 74, 74 and 87. RGB value is (116,116,135). Sum of RGB (Red+Green+Blue) = 116+116+135=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #747487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747487 is #8B8B78. Grayscale: #767676. Windows color (decimal): -9145209 or 8877172. OLE color: 8877172.

HSL color Cylindrical-coordinate representation of color #747487: hue angle of 240º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747487 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116116135-
CMYK0.140.1400.47
HSL240º7.57%49.22%-
HSV(B)240º14.07%52.94%-
XYZ17.8217.9525.45-
YUV118.17137.5126.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=31.61%
G=31.61%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161161350.140.1400.472407.5749.22
Hex747487EE02Ff0831
Octal16416420716160573601061
Binary1110100111010010000111111011100101111111100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747487; }

 p { color: rgb(116,116,135); }

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

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

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

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

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

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

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