Html Css Color HEX #747E92 Slate Grey

📋 copy color: '#747E92'

red 116 ◦ green 126 ◦ blue 146

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

Shades of Slate Grey #747E92

Tints of Slate Grey #747E92

RGB

 RED value IS 116 (45.7% from 255) = 29.9%

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 29.9%
G = 32.47%
B = 37.63%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

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

RGB 116 126 146 -
CMYK 0.21 0.14 0 0.43
HSL 220º 0.12% 0.51% -
HSV(B) 220º 0.21% 0.57% -
XYZ 19.85 20.71 30.15 -
YUV 125.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 116 126 146 0.21 0.14 0 0.43 220 0.12 0.51
Hex 74 7E 92 15 E 0 2B DC C 33
Octal 164 176 222 25 16 0 53 334 14 63
Binary 1110100 1111110 10010010 10101 1110 0 101011 11011100 1100 110011

Color Harmonies of #747E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E92

Black with #747E92

Text Example


Text Example

White with #747E92

Text Example


Text Example

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