#757782

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

Shades of Storm Grey #757782

Tints of Storm Grey #757782

Color information

#757782 (or 0x757782) is unknown color: approx Storm Grey. HEX triplet: 75, 77 and 82. RGB value is (117,119,130). Sum of RGB (Red+Green+Blue) = 117+119+130=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #757782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757782 is #8A887D. Grayscale: #777777. Windows color (decimal): -9078910 or 8550261. OLE color: 8550261.

HSL color Cylindrical-coordinate representation of color #757782: hue angle of 230.77º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757782 is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117119130-
CMYK0.10.0800.49
HSL230.77º5.26%48.43%-
HSV(B)230.77º10%50.98%-
XYZ17.9618.5923.76-
YUV119.66133.84126.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=31.97%
G=32.51%
B=35.52%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171191300.10.0800.49230.775.2648.43
Hex757782A8031e7530
Octal1651672021210061347560
Binary111010111101111000001010101000011000111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757782; }

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

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

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

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

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

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

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

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