#747585

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

Shades of Storm Grey #747585

Tints of Storm Grey #747585

Color information

#747585 (or 0x747585) is unknown color: approx Storm Grey. HEX triplet: 74, 75 and 85. RGB value is (116,117,133). Sum of RGB (Red+Green+Blue) = 116+117+133=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #747585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747585 is #8B8A7A. Grayscale: #767676. Windows color (decimal): -9144955 or 8746356. OLE color: 8746356.

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

Color convert

RGB116117133-
CMYK0.130.1200.48
HSL236.47º6.83%48.82%-
HSV(B)236.47º12.78%52.16%-
XYZ17.818.1324.75-
YUV118.52136.17126.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=31.69%
G=31.97%
B=36.34%

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
Decimal1161171330.130.1200.48236.476.8348.82
Hex747585DC030ec731
Octal1641652051514060354761
Binary111010011101011000010111011100011000011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747585; }

 p { color: rgb(116,117,133); }

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

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

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

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

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

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

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