#757684

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

Shades of Storm Grey #757684

Tints of Storm Grey #757684

Color information

#757684 (or 0x757684) is unknown color: approx Storm Grey. HEX triplet: 75, 76 and 84. RGB value is (117,118,132). Sum of RGB (Red+Green+Blue) = 117+118+132=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #757684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757684 is #8A897B. Grayscale: #777777. Windows color (decimal): -9079164 or 8681077. OLE color: 8681077.

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

Color convert

RGB117118132-
CMYK0.110.1100.48
HSL236º6.02%48.82%-
HSV(B)236º11.36%51.76%-
XYZ17.9818.424.43-
YUV119.3135.17126.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=31.88%
G=32.15%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171181320.110.1100.482366.0248.82
Hex757684BB030ec631
Octal1651662041313060354661
Binary111010111101101000010010111011011000011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757684; }

 p { color: rgb(117,118,132); }

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

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

 a { background-color: rgb(117,118,132); }

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

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

 span { border-color: rgb(117,118,132); }

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