#757884

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

Shades of Storm Grey #757884

Tints of Storm Grey #757884

Color information

#757884 (or 0x757884) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 84. RGB value is (117,120,132). Sum of RGB (Red+Green+Blue) = 117+120+132=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #757884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757884 is #8A877B. Grayscale: #787878. Windows color (decimal): -9078652 or 8681589. OLE color: 8681589.

HSL color Cylindrical-coordinate representation of color #757884: hue angle of 228º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757884 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117120132-
CMYK0.110.0900.48
HSL228º6.02%48.82%-
HSV(B)228º11.36%51.76%-
XYZ18.2218.8824.51-
YUV120.47134.51125.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=31.71%
G=32.52%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171201320.110.0900.482286.0248.82
Hex757884B9030e4631
Octal1651702041311060344661
Binary111010111110001000010010111001011000011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757884; }

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

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

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

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

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

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

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

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