#758091

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

Shades of Slate Grey #758091

Tints of Slate Grey #758091

Color information

#758091 (or 0x758091) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 91. RGB value is (117,128,145). Sum of RGB (Red+Green+Blue) = 117+128+145=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #758091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758091 is #8A7F6E. Grayscale: #7E7E7E. Windows color (decimal): -9076591 or 9535605. OLE color: 9535605.

HSL color Cylindrical-coordinate representation of color #758091: hue angle of 216.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758091 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117128145-
CMYK0.190.1200.43
HSL216.43º11.29%51.37%-
HSV(B)216.43º19.31%56.86%-
XYZ20.1721.2629.83-
YUV126.65138.36121.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=30%
G=32.82%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171281450.190.1200.43216.4311.2951.37
Hex75809113C02Bd8b33
Octal16520022123140533301363
Binary111010110000000100100011001111000101011110110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758091; }

 p { color: rgb(117,128,145); }

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

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

 a { background-color: rgb(117,128,145); }

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

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

 span { border-color: rgb(117,128,145); }

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