#757784

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

Shades of Storm Grey #757784

Tints of Storm Grey #757784

Color information

#757784 (or 0x757784) is unknown color: approx Storm Grey. HEX triplet: 75, 77 and 84. RGB value is (117,119,132). Sum of RGB (Red+Green+Blue) = 117+119+132=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #757784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757784 is #8A887B. Grayscale: #777777. Windows color (decimal): -9078908 or 8681333. OLE color: 8681333.

HSL color Cylindrical-coordinate representation of color #757784: hue angle of 232º 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 #757784 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117119132-
CMYK0.110.1000.48
HSL232º6.02%48.82%-
HSV(B)232º11.36%51.76%-
XYZ18.118.6424.47-
YUV119.88134.84125.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=31.79%
G=32.34%
B=35.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171191320.110.1000.482326.0248.82
Hex757784BA030e8631
Octal1651672041312060350661
Binary111010111101111000010010111010011000011101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757784; }

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

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

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

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

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

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

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

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