#747686

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

Shades of Storm Grey #747686

Tints of Storm Grey #747686

Color information

#747686 (or 0x747686) is unknown color: approx Storm Grey. HEX triplet: 74, 76 and 86. RGB value is (116,118,134). Sum of RGB (Red+Green+Blue) = 116+118+134=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #747686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747686 is #8B8979. Grayscale: #777777. Windows color (decimal): -9144698 or 8812148. OLE color: 8812148.

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

Color convert

RGB116118134-
CMYK0.130.1200.47
HSL233.33º7.2%49.02%-
HSV(B)233.33º13.43%52.55%-
XYZ17.9818.3925.16-
YUV119.23136.34125.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=31.52%
G=32.07%
B=36.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161181340.130.1200.47233.337.249.02
Hex747686DC02Fe9731
Octal1641662061514057351761
Binary111010011101101000011011011100010111111101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747686; }

 p { color: rgb(116,118,134); }

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

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

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

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

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

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

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