#747B85

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

Shades of Storm Grey #747B85

Tints of Storm Grey #747B85

Color information

#747B85 (or 0x747B85) is unknown color: approx Storm Grey. HEX triplet: 74, 7B and 85. RGB value is (116,123,133). Sum of RGB (Red+Green+Blue) = 116+123+133=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #747B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B85 is #8B847A. Grayscale: #797979. Windows color (decimal): -9143419 or 8747892. OLE color: 8747892.

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

Color convert

RGB116123133-
CMYK0.130.0800.48
HSL215.29º6.83%48.82%-
HSV(B)215.29º12.78%52.16%-
XYZ18.5219.5724.99-
YUV122.05134.18123.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=31.18%
G=33.06%
B=35.75%

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
Decimal1161231330.130.0800.48215.296.8348.82
Hex747B85D8030d7731
Octal1641732051510060327761
Binary111010011110111000010111011000011000011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B85; }

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

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

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

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

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

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

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

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