#757F8B

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

Shades of Slate Grey #757F8B

Tints of Slate Grey #757F8B

Color information

#757F8B (or 0x757F8B) is unknown color: approx Slate Grey. HEX triplet: 75, 7F and 8B. RGB value is (117,127,139). Sum of RGB (Red+Green+Blue) = 117+127+139=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #757F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F8B is #8A8074. Grayscale: #7D7D7D. Windows color (decimal): -9076853 or 9142133. OLE color: 9142133.

HSL color Cylindrical-coordinate representation of color #757F8B: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757F8B is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117127139-
CMYK0.160.0900.45
HSL212.73º8.66%50.2%-
HSV(B)212.73º15.83%54.51%-
XYZ19.5920.8227.41-
YUV125.38135.69122.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=30.55%
G=33.16%
B=36.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171271390.160.0900.45212.738.6650.2
Hex757F8B10902Dd5932
Octal16517721320110553251162
Binary11101011111111100010111000010010101101110101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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