#757C95

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

Shades of Storm Grey #757C95

Tints of Storm Grey #757C95

Color information

#757C95 (or 0x757C95) is unknown color: approx Storm Grey. HEX triplet: 75, 7C and 95. RGB value is (117,124,149). Sum of RGB (Red+Green+Blue) = 117+124+149=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #757C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C95 is #8A836A. Grayscale: #7C7C7C. Windows color (decimal): -9077611 or 9796725. OLE color: 9796725.

HSL color Cylindrical-coordinate representation of color #757C95: hue angle of 226.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757C95 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117124149-
CMYK0.210.1700.42
HSL226.88º13.11%52.16%-
HSV(B)226.88º21.48%58.43%-
XYZ19.9720.3731.31-
YUV124.76141.68122.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=30%
G=31.79%
B=38.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171241490.210.1700.42226.8813.1152.16
Hex757C95151102Ae3d34
Octal16517422525210523431564
Binary111010111111001001010110101100010101010111000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C95; }

 p { color: rgb(117,124,149); }

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

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

 a { background-color: rgb(117,124,149); }

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

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

 span { border-color: rgb(117,124,149); }

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