#757682

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

Shades of Storm Grey #757682

Tints of Storm Grey #757682

Color information

#757682 (or 0x757682) is unknown color: approx Storm Grey. HEX triplet: 75, 76 and 82. RGB value is (117,118,130). Sum of RGB (Red+Green+Blue) = 117+118+130=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #757682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757682 is #8A897D. Grayscale: #777777. Windows color (decimal): -9079166 or 8550005. OLE color: 8550005.

HSL color Cylindrical-coordinate representation of color #757682: hue angle of 235.38º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757682 is Cyan = 0.1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117118130-
CMYK0.10.0900.49
HSL235.38º5.26%48.43%-
HSV(B)235.38º10%50.98%-
XYZ17.8418.3523.72-
YUV119.07134.17126.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=32.05%
G=32.33%
B=35.62%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171181300.10.0900.49235.385.2648.43
Hex757682A9031eb530
Octal1651662021211061353560
Binary111010111101101000001010101001011000111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757682; }

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

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

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

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

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

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

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

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