#747E91

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

Shades of Slate Grey #747E91

Tints of Slate Grey #747E91

Color information

#747E91 (or 0x747E91) is unknown color: approx Slate Grey. HEX triplet: 74, 7E and 91. RGB value is (116,126,145). Sum of RGB (Red+Green+Blue) = 116+126+145=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #747E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E91 is #8B816E. Grayscale: #7D7D7D. Windows color (decimal): -9142639 or 9535092. OLE color: 9535092.

HSL color Cylindrical-coordinate representation of color #747E91: hue angle of 219.31º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747E91 is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116126145-
CMYK0.20.1300.43
HSL219.31º11.65%51.18%-
HSV(B)219.31º20%56.86%-
XYZ19.7720.6829.74-
YUV125.18139.19121.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=29.97%
G=32.56%
B=37.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161261450.20.1300.43219.3111.6551.18
Hex747E9114D02Bdbc33
Octal16417622124150533331463
Binary11101001111110100100011010011010101011110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,126,145); }

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

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

 a { background-color: rgb(116,126,145); }

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

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

 span { border-color: rgb(116,126,145); }

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