#757987

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

Shades of Storm Grey #757987

Tints of Storm Grey #757987

Color information

#757987 (or 0x757987) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 87. RGB value is (117,121,135). Sum of RGB (Red+Green+Blue) = 117+121+135=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #757987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757987 is #8A8678. Grayscale: #797979. Windows color (decimal): -9078393 or 8878453. OLE color: 8878453.

HSL color Cylindrical-coordinate representation of color #757987: hue angle of 226.67º 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 #757987 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117121135-
CMYK0.130.1000.47
HSL226.67º7.14%49.41%-
HSV(B)226.67º13.33%52.94%-
XYZ18.5519.2125.65-
YUV121.4135.67124.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=31.37%
G=32.44%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171211350.130.1000.47226.677.1449.41
Hex757987DA02Fe3731
Octal1651712071512057343761
Binary111010111110011000011111011010010111111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757987; }

 p { color: rgb(117,121,135); }

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

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

 a { background-color: rgb(117,121,135); }

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

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

 span { border-color: rgb(117,121,135); }

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