#757F87

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

Shades of Slate Grey #757F87

Tints of Slate Grey #757F87

Color information

#757F87 (or 0x757F87) is unknown color: approx Slate Grey. HEX triplet: 75, 7F and 87. RGB value is (117,127,135). Sum of RGB (Red+Green+Blue) = 117+127+135=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #757F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F87 is #8A8078. Grayscale: #7C7C7C. Windows color (decimal): -9076857 or 8879989. OLE color: 8879989.

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

Color convert

RGB117127135-
CMYK0.130.0600.47
HSL206.67º7.14%49.41%-
HSV(B)206.67º13.33%52.94%-
XYZ19.320.7125.9-
YUV124.92133.69122.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=30.87%
G=33.51%
B=35.62%

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
Decimal1171271350.130.0600.47206.677.1449.41
Hex757F87D602Fcf731
Octal165177207156057317761
Binary11101011111111100001111101110010111111001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,135); }

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

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

 a { background-color: rgb(117,127,135); }

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

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

 span { border-color: rgb(117,127,135); }

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