#747E90

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

Shades of Slate Grey #747E90

Tints of Slate Grey #747E90

Color information

#747E90 (or 0x747E90) is unknown color: approx Slate Grey. HEX triplet: 74, 7E and 90. RGB value is (116,126,144). Sum of RGB (Red+Green+Blue) = 116+126+144=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #747E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E90 is #8B816F. Grayscale: #7C7C7C. Windows color (decimal): -9142640 or 9469556. OLE color: 9469556.

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

Color convert

RGB116126144-
CMYK0.190.1200.44
HSL218.57º11.2%50.98%-
HSV(B)218.57º19.44%56.47%-
XYZ19.720.6529.33-
YUV125.06138.69121.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=30.05%
G=32.64%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161261440.190.1200.44218.5711.250.98
Hex747E9013C02Cdbb33
Octal16417622023140543331363
Binary11101001111110100100001001111000101100110110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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