#747E92

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

Shades of Slate Grey #747E92

Tints of Slate Grey #747E92

Color information

#747E92 (or 0x747E92) is unknown color: approx Slate Grey. HEX triplet: 74, 7E and 92. RGB value is (116,126,146). Sum of RGB (Red+Green+Blue) = 116+126+146=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #747E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E92 is #8B816D. Grayscale: #7D7D7D. Windows color (decimal): -9142638 or 9600628. OLE color: 9600628.

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

Color convert

RGB116126146-
CMYK0.210.1400.43
HSL220º12.1%51.37%-
HSV(B)220º20.55%57.25%-
XYZ19.8520.7130.15-
YUV125.29139.69121.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=29.90%
G=32.47%
B=37.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161261460.210.1400.4322012.151.37
Hex747E9215E02Bdcc33
Octal16417622225160533341463
Binary11101001111110100100101010111100101011110111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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