#757D86

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

Shades of Slate Grey #757D86

Tints of Slate Grey #757D86

Color information

#757D86 (or 0x757D86) is unknown color: approx Slate Grey. HEX triplet: 75, 7D and 86. RGB value is (117,125,134). Sum of RGB (Red+Green+Blue) = 117+125+134=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #757D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D86 is #8A8279. Grayscale: #7B7B7B. Windows color (decimal): -9077370 or 8813941. OLE color: 8813941.

HSL color Cylindrical-coordinate representation of color #757D86: hue angle of 211.76º 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 #757D86 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117125134-
CMYK0.130.0700.47
HSL211.76º6.77%49.22%-
HSV(B)211.76º12.69%52.55%-
XYZ18.9720.1725.45-
YUV123.63133.85123.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=31.12%
G=33.24%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171251340.130.0700.47211.766.7749.22
Hex757D86D702Fd4731
Octal165175206157057324761
Binary11101011111101100001101101111010111111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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