Html Css Color HEX #747F8E Slate Grey

📋 copy color: '#747F8E'

red 116 ◦ green 127 ◦ blue 142

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

Shades of Slate Grey #747F8E

Tints of Slate Grey #747F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 30.13%
G = 32.99%
B = 36.88%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747F8E (or 0x747F8E) is known color: Slate Grey. HEX triplet: 74, 7F and 8E. RGB value is (116,127,142). Sum of RGB (Red+Green+Blue) = 116+127+142=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #747F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F8E is #8B8071. Grayscale: #7D7D7D. Windows color (decimal): -9142386 or 9338740. OLE color: 9338740.

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

Color convert

RGB 116 127 142 -
CMYK 0.18 0.11 0 0.44
HSL 214.62º 0.1% 0.51% -
HSV(B) 214.62º 0.18% 0.56% -
XYZ 19.67 20.84 28.58 -
YUV 125.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 116 127 142 0.18 0.11 0 0.44 214.62 0.1 0.51
Hex 74 7F 8E 12 B 0 2C D7 A 33
Octal 164 177 216 22 13 0 54 327 12 63
Binary 1110100 1111111 10001110 10010 1011 0 101100 11010111 1010 110011

Color Harmonies of #747F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F8E

Black with #747F8E

Text Example


Text Example

White with #747F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,142); }

 H1.HeaderClassName
 {
   color: #747F8E;
 }
 .AnyTagClassName
 {
   color: #747F8E;
 }
</style>

background-color css

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

 a { background-color: rgb(116,127,142); }

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

border-color css

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

 span { border-color: rgb(116,127,142); }

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