#757897

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

Shades of Storm Grey #757897

Tints of Storm Grey #757897

Color information

#757897 (or 0x757897) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 97. RGB value is (117,120,151). Sum of RGB (Red+Green+Blue) = 117+120+151=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #757897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757897 is #8A8768. Grayscale: #7A7A7A. Windows color (decimal): -9078633 or 9926773. OLE color: 9926773.

HSL color Cylindrical-coordinate representation of color #757897: hue angle of 234.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757897 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117120151-
CMYK0.230.2100.41
HSL234.71º14.05%52.55%-
HSV(B)234.71º22.52%59.22%-
XYZ19.6419.4532-
YUV122.64144.01123.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=30.15%
G=30.93%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171201510.230.2100.41234.7114.0552.55
Hex7578971715029ebe35
Octal16517022727250513531665
Binary111010111110001001011110111101010101001111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757897; }

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

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

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

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

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

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

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

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