Html Css Color HEX #747E91 Slate Grey

📋 copy color: '#747E91'

red 116 ◦ green 126 ◦ blue 145

#747E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #747E91

Tints of Slate Grey #747E91

RGB

 RED value IS 116 (45.7% 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 value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747E91 (or 0x747E91) is known color: 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

RGB 116 126 145 -
CMYK 0.2 0.13 0 0.43
HSL 219.31º 0.12% 0.51% -
HSV(B) 219.31º 0.2% 0.57% -
XYZ 19.77 20.68 29.74 -
YUV 125.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 116 126 145 0.2 0.13 0 0.43 219.31 0.12 0.51
Hex 74 7E 91 14 D 0 2B DB C 33
Octal 164 176 221 24 15 0 53 333 14 63
Binary 1110100 1111110 10010001 10100 1101 0 101011 11011011 1100 110011

Color Harmonies of #747E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E91

Black with #747E91

Text Example


Text Example

White with #747E91

Text Example


Text Example

HTML Codes & Css Web 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>