#757883

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

Shades of Storm Grey #757883

Tints of Storm Grey #757883

Color information

#757883 (or 0x757883) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 83. RGB value is (117,120,131). Sum of RGB (Red+Green+Blue) = 117+120+131=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #757883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757883 is #8A877C. Grayscale: #787878. Windows color (decimal): -9078653 or 8616053. OLE color: 8616053.

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

Color convert

RGB117120131-
CMYK0.110.0800.49
HSL227.14º5.65%48.63%-
HSV(B)227.14º10.69%51.37%-
XYZ18.1518.8524.16-
YUV120.36134.01125.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=31.79%
G=32.61%
B=35.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171201310.110.0800.49227.145.6548.63
Hex757883B8031e3631
Octal1651702031310061343661
Binary111010111110001000001110111000011000111100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757883; }

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

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

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

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

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

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

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

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