#747F8E

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

Shades of Slate Grey #747F8E

Tints of Slate Grey #747F8E

Color information

#747F8E (or 0x747F8E) is unknown color: approx Slate Grey. HEX triplet: 74, 7F and 8E. RGB value is (116,127,142). Sum of RGB (Red+Green+Blue) = 116+127+142=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #747F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F8E is #8B8071. Grayscale: #7D7D7D. Windows color (decimal): -9142386 or 9338740. OLE color: 9338740.

HSL color Cylindrical-coordinate representation of color #747F8E: hue angle of 214.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747F8E is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116127142-
CMYK0.180.1100.44
HSL214.62º10.32%50.59%-
HSV(B)214.62º18.31%55.69%-
XYZ19.6720.8428.58-
YUV125.42137.36121.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=30.13%
G=32.99%
B=36.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161271420.180.1100.44214.6210.3250.59
Hex747F8E12B02Cd7a33
Octal16417721622130543271263
Binary11101001111111100011101001010110101100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F8E; }

 p { color: rgb(116,127,142); }

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

<style>
 a { background-color: #747F8E; }

 a { background-color: rgb(116,127,142); }

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

<style>
 span { border-color: #747F8E; }

 span { border-color: rgb(116,127,142); }

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