#747A85

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

Shades of Storm Grey #747A85

Tints of Storm Grey #747A85

Color information

#747A85 (or 0x747A85) is unknown color: approx Storm Grey. HEX triplet: 74, 7A and 85. RGB value is (116,122,133). Sum of RGB (Red+Green+Blue) = 116+122+133=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #747A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A85 is #8B857A. Grayscale: #797979. Windows color (decimal): -9143675 or 8747636. OLE color: 8747636.

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

Color convert

RGB116122133-
CMYK0.130.0800.48
HSL218.82º6.83%48.82%-
HSV(B)218.82º12.78%52.16%-
XYZ18.419.3324.95-
YUV121.46134.51124.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=31.27%
G=32.88%
B=35.85%

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
Decimal1161221330.130.0800.48218.826.8348.82
Hex747A85D8030db731
Octal1641722051510060333761
Binary111010011110101000010111011000011000011011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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