#757895

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

Shades of Storm Grey #757895

Tints of Storm Grey #757895

Color information

#757895 (or 0x757895) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 95. RGB value is (117,120,149). Sum of RGB (Red+Green+Blue) = 117+120+149=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #757895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757895 is #8A876A. Grayscale: #7A7A7A. Windows color (decimal): -9078635 or 9795701. OLE color: 9795701.

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

Color convert

RGB117120149-
CMYK0.210.1900.42
HSL234.38º13.11%52.16%-
HSV(B)234.38º21.48%58.43%-
XYZ19.4819.3831.15-
YUV122.41143.01124.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=30.31%
G=31.09%
B=38.60%

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
Decimal1171201490.210.1900.42234.3813.1152.16
Hex757895151302Aead34
Octal16517022525230523521564
Binary111010111110001001010110101100110101010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757895; }

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

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

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

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

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

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

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

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