#757E85

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

Shades of Slate Grey #757E85

Tints of Slate Grey #757E85

Color information

#757E85 (or 0x757E85) is unknown color: approx Slate Grey. HEX triplet: 75, 7E and 85. RGB value is (117,126,133). Sum of RGB (Red+Green+Blue) = 117+126+133=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #757E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E85 is #8A817A. Grayscale: #7C7C7C. Windows color (decimal): -9077115 or 8748661. OLE color: 8748661.

HSL color Cylindrical-coordinate representation of color #757E85: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757E85 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117126133-
CMYK0.120.0500.48
HSL206.25º6.4%49.02%-
HSV(B)206.25º12.03%52.16%-
XYZ19.0320.425.12-
YUV124.11133.02122.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=31.12%
G=33.51%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171261330.120.0500.48206.256.449.02
Hex757E85C5030ce631
Octal165176205145060316661
Binary11101011111110100001011100101011000011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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