Html Css Color HEX #747F92 Slate Grey

📋 copy color: '#747F92'

red 116 ◦ green 127 ◦ blue 146

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

Shades of Slate Grey #747F92

Tints of Slate Grey #747F92

RGB

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

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

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

R = 29.82%
G = 32.65%
B = 37.53%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747F92 (or 0x747F92) is known color: Slate Grey. HEX triplet: 74, 7F and 92. RGB value is (116,127,146). Sum of RGB (Red+Green+Blue) = 116+127+146=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #747F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F92 is #8B806D. Grayscale: #7D7D7D. Windows color (decimal): -9142382 or 9600884. OLE color: 9600884.

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

Color convert

RGB 116 127 146 -
CMYK 0.21 0.13 0 0.43
HSL 218º 0.12% 0.51% -
HSV(B) 218º 0.21% 0.57% -
XYZ 19.98 20.97 30.19 -
YUV 125.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 116 127 146 0.21 0.13 0 0.43 218 0.12 0.51
Hex 74 7F 92 15 D 0 2B DA C 33
Octal 164 177 222 25 15 0 53 332 14 63
Binary 1110100 1111111 10010010 10101 1101 0 101011 11011010 1100 110011

Color Harmonies of #747F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F92

Black with #747F92

Text Example


Text Example

White with #747F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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