#757995

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

Shades of Storm Grey #757995

Tints of Storm Grey #757995

Color information

#757995 (or 0x757995) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 95. RGB value is (117,121,149). Sum of RGB (Red+Green+Blue) = 117+121+149=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #757995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757995 is #8A866A. Grayscale: #7A7A7A. Windows color (decimal): -9078379 or 9795957. OLE color: 9795957.

HSL color Cylindrical-coordinate representation of color #757995: hue angle of 232.5º 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 #757995 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117121149-
CMYK0.210.1900.42
HSL232.5º13.11%52.16%-
HSV(B)232.5º21.48%58.43%-
XYZ19.619.6331.19-
YUV123142.67123.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=30.23%
G=31.27%
B=38.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171211490.210.1900.42232.513.1152.16
Hex757995151302Ae8d34
Octal16517122525230523501564
Binary111010111110011001010110101100110101010111010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757995; }

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

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

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

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

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

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

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

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