#757E86

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

Shades of Slate Grey #757E86

Tints of Slate Grey #757E86

Color information

#757E86 (or 0x757E86) is unknown color: approx Slate Grey. HEX triplet: 75, 7E and 86. RGB value is (117,126,134). Sum of RGB (Red+Green+Blue) = 117+126+134=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #757E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E86 is #8A8179. Grayscale: #7C7C7C. Windows color (decimal): -9077114 or 8814197. OLE color: 8814197.

HSL color Cylindrical-coordinate representation of color #757E86: hue angle of 208.24º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757E86 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117126134-
CMYK0.130.0600.47
HSL208.24º6.77%49.22%-
HSV(B)208.24º12.69%52.55%-
XYZ19.120.4225.49-
YUV124.22133.52122.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=31.03%
G=33.42%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171261340.130.0600.47208.246.7749.22
Hex757E86D602Fd0731
Octal165176206156057320761
Binary11101011111110100001101101110010111111010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757E86; }

 p { color: rgb(117,126,134); }

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

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

 a { background-color: rgb(117,126,134); }

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

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

 span { border-color: rgb(117,126,134); }

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