#747D90

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

Shades of Slate Grey #747D90

Tints of Slate Grey #747D90

Color information

#747D90 (or 0x747D90) is unknown color: approx Slate Grey. HEX triplet: 74, 7D and 90. RGB value is (116,125,144). Sum of RGB (Red+Green+Blue) = 116+125+144=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #747D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D90 is #8B826F. Grayscale: #7C7C7C. Windows color (decimal): -9142896 or 9469300. OLE color: 9469300.

HSL color Cylindrical-coordinate representation of color #747D90: hue angle of 220.71º 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 #747D90 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116125144-
CMYK0.190.1300.44
HSL220.71º11.2%50.98%-
HSV(B)220.71º19.44%56.47%-
XYZ19.5720.3929.29-
YUV124.48139.02121.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=30.13%
G=32.47%
B=37.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161251440.190.1300.44220.7111.250.98
Hex747D9013D02Cddb33
Octal16417522023150543351363
Binary11101001111101100100001001111010101100110111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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